~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to src/ui/tool/node.h

  • Committer: Daniel Bailey
  • Date: 2016-07-08 22:45:22 UTC
  • Revision ID: d@nielbailey.com-20160708224522-pkb9q4w17iy842ze
Handle conversion from arcs to beziers in node editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
    Handle *arc_ry() { return &_arc_ry; }
211
211
    bool *arc_large() { return &_arc_large; }
212
212
    bool *arc_sweep() { return &_arc_sweep; }
 
213
    Geom::EllipticalArc getEllipticalArc();
213
214
 
214
215
    /**
215
216
     * Gets the handle that faces the given adjacent node.