Home
last modified time | relevance | path

Searched refs:pointDistance (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3047 function pointDistance(a, b) { function
3080 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;