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

/inkscape/src/2geom/
H A Delliptical-arc.cpp138 coord[d][ncoord[d]++] = valueAtAngle(extremes[d][i], d ? Y : X);
156 Coord EllipticalArc::valueAtAngle(Coord t, Dim2 d) const function in class:Geom::EllipticalArc
299 return valueAtAngle(angleAt(t), d);

Completed in 21 milliseconds