2#ifndef INKSCAPE_HELPER_GEOM_NODETYPE_H
3#define INKSCAPE_HELPER_GEOM_NODETYPE_H
Contains forward declarations of 2geom types.
Various utility functions.
NodeType
What kind of node is this? This is the value for the node->type field.
@ NODE_NONE
Discontinuous node, usually either start or endpoint of a path.
@ NODE_CUSP
This node continuously joins two segments, but the unit tangent is discontinuous.
@ NODE_SYMM
This node is symmetric.
@ NODE_SMOOTH
This node continuously joins two segments, with continuous unit tangent.
NodeType get_nodetype(Curve const &c_incoming, Curve const &c_outgoing)