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

/inkscape/src/2geom/
H A Dpoint.h84 /** @brief Construct a point from its polar coordinates.
87 static Point polar(Coord angle, Coord radius) { function in class:Geom::Point
88 Point ret(polar(angle));
95 static Point polar(Coord angle) { function in class:Geom::Point
/inkscape/src/ui/widget/
H A Dregistered-widget.cpp699 Geom::Point polar; local
700 polar[Geom::X] = atan2(p) *180/M_PI;
701 polar[Geom::Y] = p.length();
702 Point::setValue(polar);
741 vector = Geom::Point::polar(vector[Geom::X]*M_PI/180, vector[Geom::Y]);

Completed in 108 milliseconds