Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/
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/
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/
Draphael.core.js1210 R.findDotsAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
1216 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
1220 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];
1919 findDotAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
1922 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
1926 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
1927 var a = (c2x - 2 * c1x + p1x) - (p2x - 2 * c2x + c1x),
[all …]
/plugin/callflow/
Draphael.js1596 R.findDotsAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
1602 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
1606 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];
2305 findDotAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
2308 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
2312 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
2313 var a = (c2x - 2 * c1x + p1x) - (p2x - 2 * c2x + c1x),
[all …]
/plugin/advrack/
Draphael.js1596 R.findDotsAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
1602 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
1606 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];
2305 findDotAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
2308 … x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x,
2312 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument
2313 var a = (c2x - 2 * c1x + p1x) - (p2x - 2 * c2x + c1x),
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
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/
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/
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, $p2c2y,
17386 $p2x = $x00 + $w00 - $d1 - $brbgBR_H; // control point only matches p4 preceding
[all …]
/plugin/datatables/assets/pdfmake/
Dpdfmake.js21017 var BezierSegment = function BezierSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) {
21019 …equationX = [p1x, -3 * p1x + 3 * c1x, 3 * p1x - 6 * c1x + 3 * c2x, -p1x + 3 * c1x - 3 * c2x + p2x];
21021 …tiveX = [-3 * p1x + 3 * c1x, 6 * p1x - 12 * c1x + 6 * c2x, -3 * p1x + 9 * c1x - 9 * c2x + 3 * p2x];
21033 …this.endPoint = [p2x, p2y, isEqual(c2x, p2x) && isEqual(c2y, p2y) ? Math.atan2(c2y - c1y, c2x - c1…
21100 var LineSegment = function LineSegment(p1x, p1y, p2x, p2y) {
21101 this.totalLength = Math.sqrt((p2x - p1x) * (p2x - p1x) + (p2y - p1y) * (p2y - p1y));
21102 this.startPoint = [p1x, p1y, Math.atan2(p2y - p1y, p2x - p1x)];
21103 this.endPoint = [p2x, p2y, Math.atan2(p2y - p1y, p2x - p1x)];
/plugin/bpmnioeditor/vendor/bpmnio-js/
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/strata/
Dplotly-2.25.2.min.js8 …y[1]*g)}return l},t.c2p=function(t,e,r){return[e.c2p(t[0]),r.c2p(t[1])]},t.p2x=function(t,e,r){ret…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js.map1 … flexArgs[5], // bcp2y\n flexArgs[6], // p2x\n …