Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / sp-shape.h
index cc25d2e88f9cf3d4d3a0fdd20d8137fe1fa4b260..4b1ded23649394f2066412c1d4be334d62b72817 100644 (file)
@@ -17,6 +17,7 @@
 #include "display/display-forward.h"
 #include "sp-lpe-item.h"
 #include "sp-marker-loc.h"
+#include <2geom/forward.h>
 
 #include <sigc++/connection.h>
 
@@ -62,7 +63,9 @@ void sp_shape_set_curve_insync (SPShape *shape, SPCurve *curve, unsigned int own
 void sp_shape_set_marker (SPObject *object, unsigned int key, const gchar *value);
 int sp_shape_has_markers (SPShape const *shape);
 int sp_shape_number_of_markers (SPShape* Shape, int type);
-NR::Matrix sp_shape_marker_get_transform(SPShape const *shape, NArtBpath const *bp);
-bool sp_shape_marker_required(SPShape const *shape, int const m, NArtBpath *bp);
+
+Geom::Matrix sp_shape_marker_get_transform(Geom::Curve const & c1, Geom::Curve const & c2);
+Geom::Matrix sp_shape_marker_get_transform_at_start(Geom::Curve const & c);
+Geom::Matrix sp_shape_marker_get_transform_at_end(Geom::Curve const & c);
 
 #endif