Searched refs:intersections (Results 1 – 7 of 7) sorted by relevance
| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | Polygon.php | 268 $intersections = 0; 297 $intersections++; 302 if ($intersections % 2 != 0) {
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 4236 var intersections = getIntersections(elementPath, linePath); 4243 if (intersections.length === 1) { 4244 return roundPoint(intersections[0]); 4245 } else if (intersections.length === 2 && pointDistance(intersections[0], intersections[1]) < 1) { 4246 return roundPoint(intersections[0]); 4247 } else if (intersections.length > 1) { 4251 intersections = sortBy(intersections, function(i) { 4264 return roundPoint(intersections[cropStart ? 0 : intersections.length - 1]); 28064 …var intersections = intersect(circlePath(reference, INTERSECTION_THRESHOLD$1), linePath(waypoints)… 28066 var a = intersections[0], [all …]
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …intersections","minX","minY","pdx","pdy","distp","qdx","qdy","distq","nullptn","formatptn","colonp…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …intersections = [];\n // Calculate intersections with the horizontal line\n for (let r = 0, rr =…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …intersections or the line was empty; 1 - no intersections; 2 - there were\n// intersections, and t…
|
| D | 2.2.js.map | 1 …return null;\n}\n/**\n * - Sort regions\n * - Remove invalid regions (intersections)\n * - If limi…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js.map | 1 …intersections: 5, 10.\n var count = 0;\n pos = 0;\n if (data[pos] !== 0) {\n points[0] = 1;\…
|