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

/inkscape/src/
H A Dsnapped-point.cpp158 double dist_other = other_one.getSnapDistance(); local
188 dist_other = w * dist_pointer_other / norm_p + (1-w) * dist_other / norm_t_other;
197 dist_other += 1e6;
204 bool c1 = dist_other < dist_this;
221 bool c5a = (dist_other == dist_this);
229 std::cout << other_one.getPoint() << " (Other one, dist = " << dist_other << ") vs. " << getPoint() << " (this one, dist = " << dist_this << ") ---> ";

Completed in 20 milliseconds