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

/inkscape/src/
H A Dsp-ellipse.cpp541 Geom::Point pt = this->getPointAtAngle(angle) * i2dt;
568 Geom::Point pt = this->getPointAtAngle(this->start) * i2dt;
574 Geom::Point pt = this->getPointAtAngle(this->end) * i2dt;
616 Geom::Point SPGenericEllipse::getPointAtAngle(double arg) const function in class:SPGenericEllipse

Completed in 40 milliseconds