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

/inkscape/src/2geom/
H A Delliptical-arc.cpp172 double rotx, roty; local
174 sincos(rotationAngle(), roty, rotx); local
175 roty = -roty;
177 sincos(rotationAngle(), rotx, roty); local
184 double b = ray(Y) * roty;

Completed in 1013 milliseconds