Home
last modified time | relevance | path

Searched refs:angle (Results 201 – 219 of 219) sorted by path

123456789

/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1angle=function(t,r,i,n,a,s){if(null==a){var o=t-i,l=r-n;return o||l?(180+180*_.atan2(-l,-o)/S+360)…
H A Draphael.no-deps.min.js1angle=function(t,r,i,n,a,s){if(null==a){var o=t-i,l=r-n;return o||l?(180+180*_.atan2(-l,-o)/S+360)…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19 …{return c.deg(D.atan(a))},c.atan2=function(a){return c.deg(D.atan2(a))},c.angle=j,c.len=function(a…
21 …urn b=b||0,a.format('<feColorMatrix type="hueRotate" values="{angle}"/>',{angle:b})},a.filter.hueR…
H A Dsnap.svg.js1053 function angle(x1, y1, x2, y2, x3, y3) {
1062 return angle(x1, y1, x3, y3) - angle(x2, y2, x3, y3);
1104 Snap.sin = function (angle) {
1105 return math.sin(Snap.rad(angle));
1115 Snap.tan = function (angle) {
1116 return math.tan(Snap.rad(angle));
1126 Snap.cos = function (angle) {
1127 return math.cos(Snap.rad(angle));
1187 Snap.angle = angle;
8003 angle = angle || 0;
[all …]
/plugin/sketchcanvas/script/
H A DSketchCanvas.js704 var angle = Math.atan2(dy, dx);
716 var angle = Math.atan2(dy, dx);
/plugin/statdisplay/pchart/
H A DGDCanvas.php513 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
517 imagettftext($this->picture, $fontSize, $angle,
526 imagettftext($this->picture, $fontSize, $angle,
H A DICanvas.php38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
H A DTestCanvas.php59 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
/plugin/statistics/inc/pchart/
H A DGDCanvas.php582 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument
587 $this->picture, $fontSize, $angle,
598 $this->picture, $fontSize, $angle,
H A DICanvas.php34 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties); argument
H A DTestCanvas.php57 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js117 this.rotateLeft = function ( angle ) { argument
119 if ( angle === undefined ) {
121 angle = getAutoRotationAngle();
125 thetaDelta -= angle;
129 this.rotateUp = function ( angle ) { argument
131 if ( angle === undefined ) {
133 angle = getAutoRotationAngle();
137 phiDelta -= angle;
H A DTrackballControls.js146 angle;
151 angle = moveDirection.length();
153 if ( angle ) {
168 angle *= _this.rotateSpeed;
169 quaternion.setFromAxisAngle( axis, angle );
175 _lastAngle = angle;
H A Dthree.min.js2angle=function(){var t=Math.atan2(-this.y,-this.x)+Math.PI;return t},e.distanceTo=function(t){retu… function
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …liasAttr align alignCtx alignCurve alignSurface allNodeTypes ambientLight angle angleBetween animC…
/plugin/tableplot/
H A Dtable2Plot.js224 …xes: {xaxis: {renderer: jQuery.jqplot.CategoryAxisRenderer, tickOptions: {angle: -30}, ticks: tick… property in AnonymousFunctiond01c44370100.plotArgs.axes.xaxis.tickOptions
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs12129 if(fillopts.type == "gradient") fillopts.angle = "-180";
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1angle","atan","coordinateCircleQuarter","PI","sin","cos","ieTransform","shiftLeft","shiftTop","sX"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js24902 angle = Math.atan(tan);
24905 angle += Math.PI;
24907 angle -= Math.PI;
24912 var sin = Math.sin(angle),
24913 cos = Math.cos(angle),
24919 "-webkit-transform: rotate("+angle+"rad)",
24920 "-moz-transform: rotate("+angle+"rad)",
24921 "-ms-transform: rotate("+angle+"rad)",
24922 "-o-transform: rotate("+angle+"rad)",
24923 "transform: rotate("+angle+"rad)",

123456789