Searched refs:pointDistance (Results 1 – 1 of 1) sorted by relevance
3047 function pointDistance(a, b) { function3080 dist = pointDistance(p, q);4245 } else if (intersections.length === 2 && pointDistance(intersections[0], intersections[1]) < 1) {4291 if (pointDistance(point, nextPoint) === 0 ||28050 if (pointDistance(w, reference) <= INTERSECTION_THRESHOLD$1) {53186 return q && pointDistance(p, q) < 3;