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

/inkscape/src/ui/dialog/
H A Dpolar-arrange-tab.cpp190 * @param arcBegin angle at which the arc begins
195 static float calcAngle(float arcBegin, float arcEnd, int count, int n) argument
197 float arcLength = arcEnd - arcBegin;
204 angle += arcBegin;

Completed in 13 milliseconds