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

/inkscape/src/ui/tools/
H A Dpen-tool.cpp1307 Geom::Point rel = p - this->p[pc_point_to_compare]; local
1308 Inkscape::Util::Quantity q = Inkscape::Util::Quantity(Geom::L2(rel), "px");
1310 double angle = atan2(rel[Geom::Y], rel[Geom::X]) * 180 / M_PI;

Completed in 19 milliseconds