summaryrefslogtreecommitdiffstats
path: root/src/helper/geom.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-12 20:51:30 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-12 20:51:30 +0000
commit5257499771b40a8e4e2baa3d15194da2ccb10f7f (patch)
tree7a7e224fda030037091fc6e9592afdad80e9f80a /src/helper/geom.h
parentFix for potential null pointer call in the 3D box toolbar widget. (diff)
downloadinkscape-5257499771b40a8e4e2baa3d15194da2ccb10f7f.tar.gz
inkscape-5257499771b40a8e4e2baa3d15194da2ccb10f7f.zip
Fix a bug in lattice2 with SegmentLines and add a Expander widget to contract all point parameters
(bzr r13998)
Diffstat (limited to 'src/helper/geom.h')
-rw-r--r--src/helper/geom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/geom.h b/src/helper/geom.h
index caff95733..3232d9fd5 100644
--- a/src/helper/geom.h
+++ b/src/helper/geom.h
@@ -27,6 +27,7 @@ void pathv_matrix_point_bbox_wind_distance ( Geom::PathVector const & pathv, Geo
Geom::PathVector pathv_to_linear_and_cubic_beziers( Geom::PathVector const &pathv );
Geom::PathVector pathv_to_linear( Geom::PathVector const &pathv, double maxdisp );
+Geom::PathVector pathv_to_cubicbezier( Geom::PathVector const &pathv);
void recursive_bezier4(const double x1, const double y1, const double x2, const double y2,
const double x3, const double y3, const double x4, const double y4,
std::vector<Geom::Point> &pointlist,