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

/inkscape/src/2geom/
H A Dpoint.cpp73 * @see unit_vector(Geom::Point const &) */
176 Point unit_vector(Point const &a) function in namespace:Geom
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp866 Geom::Point unit_vector = Geom::rot90(origin.polar(angle)); local
869 angle_str << unit_vector[Geom::X] << "," << unit_vector[Geom::Y]; local
1219 Geom::Point windowNormal = Geom::unit_vector(Geom::rot90(desktop->d2w(end_p - start_p)));

Completed in 49 milliseconds