Home
last modified time | relevance | path

Searched refs:p3y (Results 1 – 6 of 6) sorted by relevance

/plugin/diagramsnet/lib/shapes/
DmxNetworks.js104 var p3y = midY - ny * dist / 3 * 0.1 - nx / 3 * dist * 0.1;
114 c.lineTo(p3x, p3y);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DGeometry.php408 $p3y = $segment2End->y();
413 $s2y = $p3y - $p2y;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php17292 $p3y = $y00 + $d1 + $brbgTR_V;
17293 $p3c1y = $p3y - ($d1 + $brbgTR_V) * $mag;
17302 $p3y = $y00 + $bl;
17303 $p3c1y = $p3y - $bl * $mag2;
17313 $p3x, $p3c1y, $p3x, $p3y, $p3c2x, $p3y,
17325 $p3y = $y00 + $h00 - $d1 - $brbgBR_V;
17334 $p3y = $y00 + $h00 - $bl;
17338 $shadow .= sprintf('%.3F %.3F l ', ($p3x ) * Mpdf::SCALE, ($this->h - ($p3y )) * Mpdf::SCALE);
17341 $p3x, $p3y, $p3x, $p3y, $p3x, $p3y,
17356 $p3y = $y00 + $h00;
[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);
6769 … var p3y = Math.sqrt(x3 * x3 + y3 * y3) * Math.sin(Math.atan2(y3, x3) - ang);
6770 …) * (p2y - p3y) - (p2x - p3x) * (p2x + p3x) * (p1y - p2y) + d * d * (p1y - p2y) * (p2y - p3y) * (p…
6771 … (p1y + p2y) - (p1x - p2x) * (p2y - p3y) * (p2y + p3y)) / (2 * ((p2x - p3x) * (p1y - p2y) - (p1x -…
6791 …ph.io.vsdx.mxVsdxUtils.isInsideTriangle(p0x, p0y, p1x, p1y, p2x, p2y, p3x, p3y)) // && this.isRefl…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js61702 p3y = _c$args2[3];
61708 var cp2y = p3y + 2 / 3 * (qp1y - p3y);
61716 p3y = _c$args3[5];
61719 bbox.addPoint(p3x, p3y);
61723 var p3 = [p3x, p3y];
61764 cy = p3y;
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js.map1 … flexArgs[12], // p3x\n flexArgs[13], // p3y\n …