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

/inkscape/src/2geom/
H A Dbasic-intersection.cpp409 double h_dist = 0, h_a_t = 0, h_b_t = 0; local
414 if (dist > h_dist) {
417 h_dist = dist;
422 if (dist > h_dist) {
425 h_dist = dist;
435 if (dist >= distAtBu-.1 && distAtBu > h_dist) {
438 h_dist = distAtBu;
445 return h_dist;
454 double h_dist = hausdorfl(A, B, m_precision, a_t, b_t); local
460 if (dist > h_dist) {
[all...]

Completed in 14 milliseconds