Searched refs:p3x (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/shapes/ |
H A D | mxNetworks.js | 103 var p3x = midX - nx * dist / 3 * 0.1 + ny / 3 * dist * 0.1; 114 c.lineTo(p3x, p3y);
|
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | Geometry.php | 407 $p3x = $segment2End->x(); 412 $s2x = $p3x - $p2x;
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Mpdf.php | 17290 $p3x = $x00 + $w00; 17291 $p3c2x = $p3x - $bl / 2; 17313 $p3x, $p3c1y, $p3x, $p3y, $p3c2x, $p3y, 17324 $p3x = $x00 + $w00 - $bl; 17338 $shadow .= sprintf('%.3F %.3F l ', ($p3x ) * Mpdf::SCALE, ($this->h - ($p3y )) * Mpdf::SCALE); 17341 $p3x, $p3y, $p3x, $p3y, $p3x, $p3y, 17354 $p3x [all...] |
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 5095 function sign (p1x, p1y, p2x, p2y, p3x, p3y) argument 5097 return (p1x - p3x) * (p2y - p3y) - (p2x - p3x) * (p1y - p3y); 6768 … var p3x = Math.sqrt(x3 * x3 + y3 * y3) * Math.cos(Math.atan2(y3, x3) - ang); 6770 …) - (p2x - p3x) * (p2x + p3x) * (p1y - p2y) + d * d * (p1y - p2y) * (p2y - p3y) * (p1y - p3y)) / (… 6771 … * (p2x - p3x) * (p1x - p3x) / (d * d) + (p2x - p3x) * (p1y - p2y) * (p1y + p2y) - (p1x - p2x) * (… 6791 …mxgraph.io.vsdx.mxVsdxUtils.isInsideTriangle(p0x, p0y, p1x, p1y, p2x, p2y, p3x, p3y)) // && this.i…
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js.map | 1 … flexArgs[11], // bcp4y\n flexArgs[12], // p3x\n …
|