Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2113 $theta1 = $this->CalcVectorAngle(1.0, 0.0, ($x1dash - $cxdash) / $rx, ($y1dash - $cydash) / $ry);
2114 $dtheta = $this->CalcVectorAngle(($x1dash - $cxdash) / $rx, ($y1dash - $cydash) / $ry, (-$x1dash - $cxdash) / $rx, (-$y1dash - $cydash) / $ry);
2178 function CalcVectorAngle($ux, $uy, $vx, $vy)
2052 function CalcVectorAngle($ux, $uy, $vx, $vy) global() function in Mpdf\\Image\\Svg