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

/inkscape/src/live_effects/
H A Dlpe-attach-path.cpp110 double startderiv = atan2(derivs[deriv_n].y(), derivs[deriv_n].x()); local
112 Geom::Point pt1 = Geom::Point(start_path_curve_start.getVector().length() * cos(startangle + startderiv), start_path_curve_start.getVector().length() * sin(startangle + startderiv));
166 double startderiv = atan2(derivs[deriv_n].y(), derivs[deriv_n].x()); local
168 Geom::Point pt1 = Geom::Point(end_path_curve_start.getVector().length() * cos(startangle + startderiv), end_path_curve_start.getVector().length() * sin(startangle + startderiv));

Completed in 206 milliseconds