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

/inkscape/src/2geom/
H A Dnearest-time.cpp65 Coord t = -1, mind = infinity(); local
68 if (droot < mind) {
69 mind = droot;
78 if (dinitial < mind) {
79 mind = dinitial;
82 if (dfinal < mind) {
83 //mind = dfinal;

Completed in 612 milliseconds