| /plugin/diagramsnet/lib/shapes/ |
| D | mxNetworks.js | 98 var p1x = midX + nx * dist / 3 * 0.1 - ny / 3 * dist * 0.1; 111 c.lineTo(p1x, p1y);
|
| D | mxLeanMap.js | 1887 var p1x = midX - nx * dist * 0.1 - ny / 3 * dist * 0.1; 1895 c.lineTo(p1x, p1y); 1899 var dx = pe.x - p1x;
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.core.js | 1210 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, 1218 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x), 1222 ax = t1 * p1x + t * c1x, 1268 R.bezierBBox = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument 1269 if (!R.is(p1x, "array")) { 1270 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y]; 1272 var bbox = curveDim.apply(null, p1x); 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, [all …]
|
| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | Geometry.php | 403 $p1x = $segment1End->x(); 410 $s1x = $p1x - $p0x;
|
| /plugin/callflow/ |
| D | raphael.js | 1596 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, 1604 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x), 1608 ax = t1 * p1x + t * c1x, 1654 R.bezierBBox = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument 1655 if (!R.is(p1x, "array")) { 1656 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y]; 1658 var bbox = curveDim.apply(null, p1x); 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, [all …]
|
| /plugin/advrack/ |
| D | raphael.js | 1596 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, 1604 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x), 1608 ax = t1 * p1x + t * c1x, 1654 R.bezierBBox = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument 1655 if (!R.is(p1x, "array")) { 1656 p1x = [p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y]; 1658 var bbox = curveDim.apply(null, p1x); 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, [all …]
|
| /plugin/sequencediagram/bower_components/snap.svg/dist/ |
| D | snap.svg.js | 5386 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, 5466 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x), 5470 ax = t1 * p1x + t * c1x, 5486 function bezierBBox(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { argument 5487 if (!Snap.is(p1x, "array")) { [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 17283 $p1x = $x00 + $w00 - $d1 - $brbgTR_H; 17284 $p1c2x = $p1x + ($d2 + $brbgTR_H) * $mag; 17298 $p1x = $x00 + $w00 - $bl; 17299 $p1c2x = $p1x; 17308 $shadow .= sprintf('%.3F %.3F m ', ($p1x ) * Mpdf::SCALE, ($this->h - ($p1y )) * Mpdf::SCALE); 17311 $patch_array[0]['points'] = [$p1x, $p1y, $p1x, $p1y, 17320 $p1x = $x00 + $w00; // control point only matches p3 preceding 17343 $p1x, $p1y]; 17348 $p1x = $x00 + $w00 - $bl; // control points only matches p3 preceding 17373 …$shadow .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', ($p1x) * Mpdf::SCALE, ($this->h - ($p1c2y))… [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 5095 function sign (p1x, p1y, p2x, p2y, p3x, p3y) argument 5097 return (p1x - p3x) * (p2y - p3y) - (p2x - p3x) * (p1y - p3y); 6764 … var p1x = Math.sqrt(x1 * x1 + y1 * y1) * Math.cos(Math.atan2(y1, x1) - ang); 6770 …= ((p1x - p2x) * (p1x + p2x) * (p2y - p3y) - (p2x - p3x) * (p2x + p3x) * (p1y - p2y) + d * d * (p1… 6771 …p1x - p2x) * (p2x - p3x) * (p1x - p3x) / (d * d) + (p2x - p3x) * (p1y - p2y) * (p1y + p2y) - (p1x … 6776 var dx = p1x - p0x; 6791 …if (com.mxgraph.io.vsdx.mxVsdxUtils.isInsideTriangle(p0x, p0y, p1x, p1y, p2x, p2y, p3x, p3y)) // &…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 21017 var BezierSegment = function BezierSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { 21019 …var equationX = [p1x, -3 * p1x + 3 * c1x, 3 * p1x - 6 * c1x + 3 * c2x, -p1x + 3 * c1x - 3 * c2x + … 21021 …var derivativeX = [-3 * p1x + 3 * c1x, 6 * p1x - 12 * c1x + 6 * c2x, -3 * p1x + 9 * c1x - 9 * c2x … 21032 …his.startPoint = [p1x, p1y, isEqual(p1x, c1x) && isEqual(p1y, c1y) ? Math.atan2(c2y - c1y, c2x - c… 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/ |
| D | bpmn-modeler.development.js | 3357 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,
|