Home | History | Annotate | Download | only in pathops

Lines Matching defs:dist

312         double dist[3][3];
315 dist[1][1] = t1[1].distanceSquared(t2[1]);
322 dist[i][j] = t1[i].distanceSquared(t2[j]);
323 if (dist[best_i][best_j] > dist[i][j]) {
497 double dist[4];
500 dist[index] = DBL_MAX;
509 if (dist[index] <= distance) {
516 if (dist[outer] < distance) {
521 dist[index] = distance;