Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / snapped-curve.h
index 814777b68953c2f97470e37fb1282552ea9d4190..8414c10eb8839889159816787351637d909e5622 100644 (file)
@@ -29,8 +29,8 @@ public:
     SnappedCurve();\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, Geom::Point const &p) const; //intersect with another SnappedCurve\r
-    \r
+    Inkscape::SnappedPoint intersect(SnappedCurve const &curve, Geom::Point const &p, Geom::Matrix dt2doc) const; //intersect with another SnappedCurve\r
+\r
 private:\r
     Geom::Curve const *_curve;\r
 };\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, Geom::Point const &p, Inkscape::SnappedPoint &result);\r
+bool getClosestIntersectionCS(std::list<Inkscape::SnappedCurve> const &list, Geom::Point const &p, Inkscape::SnappedPoint &result, Geom::Matrix dt2doc);\r
 \r
 \r
 #endif /* !SEEN_SNAPPEDCURVE_H */\r