X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2F2geom%2Fgeom.cpp;h=8845cefa89fe443ae321fe022a7ee4be8c22c574;hb=b03899b976eaea0d850429cae78aca08f64245c6;hp=d2f2ef29b25fa9f286ffacca2e05ff5ba926628d;hpb=981b809bc6ed10a21e89444d9447e5475801874f;p=inkscape.git diff --git a/src/2geom/geom.cpp b/src/2geom/geom.cpp index d2f2ef29b..8845cefa8 100644 --- a/src/2geom/geom.cpp +++ b/src/2geom/geom.cpp @@ -9,6 +9,8 @@ #include "geom.h" #include "point.h" +namespace Geom { + /** * Finds the intersection of the two (infinite) lines * defined by the points p such that dot(n0, p) == d0 and dot(n1, p) == d1. @@ -206,6 +208,8 @@ int centroid(std::vector p, Geom::Point& centroid, double &area) { return 2; } +} + /* Local Variables: mode:c++