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

/inkscape/share/extensions/
H A Dcspsubdiv.py5 def maxdist(((p0x,p0y),(p1x,p1y),(p2x,p2y),(p3x,p3y))): function
27 m = maxdist(b)
/inkscape/src/ui/tool/
H A Dcontrol-point-selection.cpp345 double maxdist = 0; local
352 if (dist > maxdist) {
353 maxdist = dist;

Completed in 1368 milliseconds