Searched refs:c_incoming (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/helper/
H A Dgeom-nodetype.h40 NodeType get_nodetype(Curve const &c_incoming, Curve const &c_outgoing);
H A Dgeom-nodetype.cpp22 * Returns the nodetype between c_incoming and c_outgoing. Location of the node is
23 * at c_incoming.pointAt(1) == c_outgoing.pointAt(0). If these two are unequal,
27 NodeType get_nodetype(Curve const &c_incoming, Curve const &c_outgoing) argument
29 if ( !are_near(c_incoming.pointAt(1), c_outgoing.pointAt(0)) )
32 Geom::Curve *crv = c_incoming.reverse();

Completed in 37 milliseconds