X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-shape.h;h=4b1ded23649394f2066412c1d4be334d62b72817;hb=73bd3f9ed5f8ae0bc838a2d064a1aab16a8c8dd2;hp=43d62236a9e8966f4af5f57fb39e13509b67a5d1;hpb=54e660c4de9d37185e3953165d053526632ef4f0;p=inkscape.git diff --git a/src/sp-shape.h b/src/sp-shape.h index 43d62236a..4b1ded236 100644 --- a/src/sp-shape.h +++ b/src/sp-shape.h @@ -63,8 +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); -Geom::Matrix sp_shape_marker_get_transform(Geom::Point & p, Geom::Point & t1, Geom::Point & t2); -bool sp_shape_marker_required(SPShape const *shape, int const m, NArtBpath const *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