Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/
H A DmxNetworks.js100 var p2x = midX + nx * dist * 0.1 + ny * dist * 0.1;
110 c.lineTo(p2x, p2y);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php405 $p2x = $segment2Start->x();
412 $s2x = $p3x - $p2x;
422 $s = (-$s1y * ($p0x - $p2x) + $s1x * ($p0y - $p2y)) / $fps;
423 $t = ($s2x * ($p0y - $p2y) - $s2y * ($p0x - $p2x)) / $fpt;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1220 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1224 cx = t1 * c2x + t * p2x,
1268 R.bezierBBox = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
1270 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y];
1926 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
1927 var a = (c2x - 2 * c1x + p1x) - (p2x - 2 * c2x + c1x),
1933 x = [p1x, p2x],
3825 return bezlen(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y);
3827 …R.findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, getTatLen(p1x, p1y, c1x, c1y, c2x, c2y…
4273 function CubicBezierAtTime(t, p1x, p1y, p2x, p2y, duration) { argument
[all …]
/plugin/callflow/
H A Draphael.js1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1610 cx = t1 * c2x + t * p2x,
1654 R.bezierBBox = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
1656 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y];
2312 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
2313 var a = (c2x - 2 * c1x + p1x) - (p2x - 2 * c2x + c1x),
2319 x = [p1x, p2x],
4185 return bezlen(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y);
4187 …R.findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, getTatLen(p1x, p1y, c1x, c1y, c2x, c2y…
4634 function CubicBezierAtTime(t, p1x, p1y, p2x, p2y, duration) { argument
[all …]
/plugin/advrack/
H A Draphael.js1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1610 cx = t1 * c2x + t * p2x,
1654 R.bezierBBox = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
1656 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y];
2312 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
2313 var a = (c2x - 2 * c1x + p1x) - (p2x - 2 * c2x + c1x),
2319 x = [p1x, p2x],
4185 return bezlen(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y);
4187 …R.findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, getTatLen(p1x, p1y, c1x, c1y, c2x, c2y…
4634 function CubicBezierAtTime(t, p1x, p1y, p2x, p2y, duration) { argument
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5386 function getPointAtSegmentLength(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, length) { argument
5388 return bezlen(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y);
5390 return findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y,
5391 getTotLen(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, length));
5458 function findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
5464 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
5468 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
5472 cx = t1 * c2x + t * p2x,
5486 function bezierBBox(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
5488 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y];
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5095 function sign (p1x, p1y, p2x, p2y, p3x, p3y) argument
5097 return (p1x - p3x) * (p2y - p3y) - (p2x - p3x) * (p1y - p3y);
6766 … var p2x = Math.sqrt(x2 * x2 + y2 * y2) * Math.cos(Math.atan2(y2, x2) - ang);
6770p2x) * (p1x + p2x) * (p2y - p3y) - (p2x - p3x) * (p2x + p3x) * (p1y - p2y) + d * d * (p1y - p2y) *…
6771p2x) * (p2x - p3x) * (p1x - p3x) / (d * d) + (p2x - p3x) * (p1y - p2y) * (p1y + p2y) - (p1x - p2x)…
6791 …if (com.mxgraph.io.vsdx.mxVsdxUtils.isInsideTriangle(p0x, p0y, p1x, p1y, p2x, p2y, p3x, p3y)) // &…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php17286 $p2x = $x00 + $w00 - $d1 - $brbgTR_H;
17287 $p2c2x = $p2x + ($d1 + $brbgTR_H) * $mag;
17300 $p2x = $x00 + $w00 - $bl;
17301 $p2c2x = $p2x + $bl * $mag2;
17312 $p2x, $p2c1y, $p2x, $p2y, $p2c2x, $p2y,
17322 $p2x = $x00 + $w00 - $bl; // control point only matches p4 preceding
17340 $patch_array[1]['points'] = [$p2x, $p2y,
17351 $p2x = $x00 + $w00; // control point only matches p4 preceding
17375 $patch_array[2]['points'] = [$p2x,
[all...]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3357 function findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
3363 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 … flexArgs[5], // bcp2y\n flexArgs[6], // p2x\n …