Searched defs:c_outgoing (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/helper/
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)) )
35 Geom::Point deriv_2 = c_outgoing.unitTangentAt(0);

Completed in 19 milliseconds