Searched refs:p3y (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/shapes/ |
H A D | mxNetworks.js | 104 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/ |
H A D | Geometry.php | 408 $p3y = $segment2End->y(); 413 $s2y = $p3y - $p2y;
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Mpdf.php | 17292 $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, [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); 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/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js.map | 1 … flexArgs[12], // p3x\n flexArgs[13], // p3y\n …
|