Searched refs:v_orig (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ | ||
H A D | snapper.h | 111 Geom::Point v_orig = p - _point; local 112 Geom::Coord l = Geom::L2(v_orig); 114 return _point + _radius * v_orig/l; // Length of _direction is equal to the radius |
Completed in 80 milliseconds