Searched refs:deg2rad (Results 1 – 11 of 11) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Gradient.php | 236 $endy = tan(deg2rad($angle)); 238 $endx = tan(deg2rad(90 - $angle)); 248 $endx = tan(deg2rad($angle - 90)); 250 $endy = tan(deg2rad(180 - $angle)); 260 $endy = tan(deg2rad($angle - 180)); 262 $endx = tan(deg2rad(270 - $angle)); 272 $endx = tan(deg2rad($angle - 270)); 274 $endy = tan(deg2rad(360 - $angle)); 315 $endy = tan(deg2rad($angle)); 317 $endx = tan(deg2rad(9 [all...] |
H A D | Mpdf.php | 3774 $b = $a + deg2rad($angle); 3775 $c = $a - deg2rad($angle); 10539 $offset = ((sin(deg2rad($angle))) * ($szfont / Mpdf::SCALE)); 10552 $adj = ((cos(deg2rad($angle))) * ($strlen / 2)); 10553 $opp = ((sin(deg2rad($angle))) * ($strlen / 2)); 12060 $offset = ((sin(deg2rad($angle))) * 0.37 * $cellFontHeight); 17782 $astart = deg2rad((float) $astart); 17783 $afinish = deg2rad((float) $afinish); 20402 $tempch = ((sin(deg2rad($c['R']))) * $tempch ) + ((sin(deg2rad( [all...] |
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | LineString.php | 210 sin(deg2rad($point->y())) * sin(deg2rad($nextPoint->y())) + 211 cos(deg2rad($point->y())) * cos(deg2rad($nextPoint->y())) * 212 cos(deg2rad(abs($point->x() - $nextPoint->x())))
|
/plugin/s5reloaded/ui/thesis/ |
H A D | slides.js | 1724 ctx.arc(cx+(cw/2),cy+(cw*0.425),(cw*0.425)-fc,deg2rad(45),deg2rad(-180), true); 1729 ctx.arc(cx+(cw/2),cy+ch-(cw*0.5),(cw*0.5)-fc,deg2rad(-90),deg2rad(180), false); 1744 ctx.arc(cx+(cw/2),cy+ch-(cw*0.5),(cw*0.5)-fc,deg2rad(-80),deg2rad(180), false); 1760 ctx.arc(cx+(cw/2),cy+(cw*0.45),(cw*0.45)-fc,deg2rad(25),deg2rad(-205), true); 1768 ctx.arc(cx+(cw/2),cy+(cw*0.5),(cw*0.5)-fc,deg2rad(0),deg2rad(360), false); 1775 ctx.arc(cx+(cw*0.3),cy+(cw*0.3),(cw*0.3)-fc,deg2rad(0),deg2rad(360), false); 1781 ctx.arc(cx+(cw*0.25),cy+ch-fc-fc,fc,deg2rad(0),deg2rad(360), false); 2080 ctx.arc(cx,cy,sr,deg2rad(135),deg2rad(315), false); 2089 ctx.arc(cx,cy,sr,deg2rad(-45),deg2rad(135), false); 2100 ctx.arc(cx,cy,cr*0.965,deg2rad(-45),deg2rad(135), false); [all …]
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.functions.php | 217 $newwidth = (abs(sin(deg2rad($angle))) * $height) + (abs(cos(deg2rad($angle))) * $width); 218 $newheight = (abs(sin(deg2rad($angle))) * $width) + (abs(cos(deg2rad($angle))) * $height);
|
H A D | phpthumb.filters.php | 340 $Offset['x'] = cos(deg2rad($angle)) * ($distance + $i); 341 $Offset['y'] = sin(deg2rad($angle)) * ($distance + $i);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 497 $tm[0] = cos(deg2rad(-$vv[0])); 498 $tm[1] = sin(deg2rad(-$vv[0])); 509 $tm[2] = tan(deg2rad(-$vv[0])); 512 $tm[1] = tan(deg2rad(-$vv[0])); 1194 $tm[0] = cos(deg2rad(-$vv[0])); 1195 $tm[1] = sin(deg2rad(-$vv[0])); 1206 $tm[2] = tan(deg2rad(-$vv[0])); 1209 $tm[1] = tan(deg2rad(-$vv[0])); 2080 $sinPhi = sin(deg2rad($angle)); 2081 $cosPhi = cos(deg2rad( [all...] |
/plugin/captcha/ |
H A D | EasySVG.php | 363 $angle = deg2rad($angle);
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js.map | 1 …oselog copy cos cosh count count_chars date decbin dechex decoct ' +\n 'deg2rad delete ebcdic2asc…
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …deg2rad","rad2deg","labConvert","Lab","Hcl","hcl2lab","z","rgb2lrgb","xyz2lab","lab","lab2xyz","lr…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …deg2rad, rad2deg} from \"./math.js\";\n\nvar A = -0.14861,\n B = +1.78277,\n C = -0.29227,\n…
|