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

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp122 // input tangents
289 // Increase (decrease) the radius of circle 1 and decrease (increase) of circle 2 by the same amount keeping the given points and tangents fixed.
702 void tangents(Geom::Point tang[2], Geom::Curve const& incoming, Geom::Curve const& outgoing) function in namespace:__anon52
981 tangents(tang, input[u-1], input[u]);
989 tangents(tang, input[u], input[u+1]);
1001 tangents(tang, input.back(), input.front());

Completed in 16 milliseconds