Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DLineString.php95 $segmentLength = sqrt(
99 $length += $segmentLength;
100 $x += ($previousPoint->x() + $point->x()) / 2 * $segmentLength;
101 $y += ($previousPoint->y() + $point->y()) / 2 * $segmentLength;
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js28251 function calculateSegmentMoveRegion(segmentLength) { argument
28252 return Math.abs(Math.round(segmentLength * 2 / 3));
28425 relevantSegment, alignment, segmentLength, threshold;
28444 segmentLength = relevantSegment.end.x - relevantSegment.start.x; property
28446 segmentLength = relevantSegment.end.y - relevantSegment.start.y; property
28450 threshold = calculateSegmentMoveRegion(segmentLength) / 2;
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/openlayersmap/ol/
Dol.js.map1segmentLength = Math.abs(x2 - x1);\n if (segmentLength > maxSegmentLength) {\n x = (x1 + x…