Code

From trunk
[inkscape.git] / src / snapped-curve.h
index 28908c42ffddd103b344bcd6db666a588e8d2303..814777b68953c2f97470e37fb1282552ea9d4190 100644 (file)
@@ -27,9 +27,9 @@ class SnappedCurve : public SnappedPoint
 {\r
 public:\r
     SnappedCurve();\r
-    SnappedCurve(NR::Point const &snapped_point, NR::Coord const &snapped_distance, NR::Coord const &snapped_tolerance, bool const &always_snap, Geom::Curve const *curve);\r
+    SnappedCurve(Geom::Point const &snapped_point, Geom::Coord const &snapped_distance, Geom::Coord const &snapped_tolerance, bool const &always_snap, bool const &fully_constrained, Geom::Curve const *curve);\r
     ~SnappedCurve();\r
-    Inkscape::SnappedPoint intersect(SnappedCurve const &curve, NR::Point const &p) const; //intersect with another SnappedCurve\r
+    Inkscape::SnappedPoint intersect(SnappedCurve const &curve, Geom::Point const &p) const; //intersect with another SnappedCurve\r
     \r
 private:\r
     Geom::Curve const *_curve;\r
@@ -38,7 +38,7 @@ private:
 }\r
 \r
 bool getClosestCurve(std::list<Inkscape::SnappedCurve> const &list, Inkscape::SnappedCurve &result);\r
-bool getClosestIntersectionCS(std::list<Inkscape::SnappedCurve> const &list, NR::Point const &p, Inkscape::SnappedPoint &result);\r
+bool getClosestIntersectionCS(std::list<Inkscape::SnappedCurve> const &list, Geom::Point const &p, Inkscape::SnappedPoint &result);\r
 \r
 \r
 #endif /* !SEEN_SNAPPEDCURVE_H */\r