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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp739 Geom::Point startpoint, endpoint; local
740 const_cast<Path&>(path).PointAt(start_otp[0].piece, start_otp[0].t, startpoint);
742 if (endpoint != startpoint) {
743 tangent = endpoint - startpoint;

Completed in 15 milliseconds