Searched refs:relpos (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp847 Geom::Point relpos; local
852 relpos = Geom::unit_vector(nh->position() - n->position()) * length_change;
854 relpos = h->relativePos();
855 double rellen = relpos.length();
856 relpos *= ((rellen + length_change) / rellen);
858 h->setRelativePos(relpos);

Completed in 39 milliseconds