~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to src/helper/geom.h

  • Committer: Daniel Bailey
  • Date: 2016-05-15 20:44:44 UTC
  • Revision ID: d@nielbailey.com-20160515204444-tak344mvzf55nhwk
Added support for editting arc segments in the node editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                                             Geom::Rect *bbox, int *wind, Geom::Coord *dist,
26
26
                                             Geom::Coord tolerance, Geom::Rect const *viewbox);
27
27
 
 
28
Geom::PathVector pathv_to_linear_and_cubic_beziers_and_arcs( Geom::PathVector const &pathv );
28
29
Geom::PathVector pathv_to_linear_and_cubic_beziers( Geom::PathVector const &pathv );
29
30
Geom::PathVector pathv_to_linear( Geom::PathVector const &pathv, double maxdisp );
30
31
Geom::PathVector pathv_to_cubicbezier( Geom::PathVector const &pathv);