From 1e5e35ca72ded3593d420906bc1a9d436aeed2db Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 3 Aug 2008 22:31:19 +0000 Subject: Refactoring the object-snapper to use 2geom paths (bzr r6552) --- src/splivarot.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/splivarot.h') diff --git a/src/splivarot.h b/src/splivarot.h index eaf242599..69e985ffa 100644 --- a/src/splivarot.h +++ b/src/splivarot.h @@ -48,8 +48,7 @@ void sp_selected_path_outline (); void sp_selected_path_simplify (); Path *Path_for_item(SPItem *item, bool doTransformation, bool transformFull = true); -NArtBpath *bpath_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull, NR::Matrix extraPreAffine, NR::Matrix extraPostAffine); -Geom::PathVector pathvector_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull); +Geom::PathVector* pathvector_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull, Geom::Matrix extraPreAffine, Geom::Matrix extraPostAffine); SPCurve *curve_for_item(SPItem *item); NR::Maybe get_nearest_position_on_Path(Path *path, NR::Point p, unsigned seg = 0); NR::Point get_point_on_Path(Path *path, int piece, double t); -- cgit v1.2.3