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

/inkscape/src/ui/tool/
H A Dcontrol-point-selection.cpp390 Geom::Point newp = origp + abs_delta * deltafrac; local
393 Geom::Point newdx = (newpx - newp) / Geom::EPSILON;
394 Geom::Point newdy = (newpy - newp) / Geom::EPSILON;

Completed in 16 milliseconds