Home
last modified time | relevance | path

Searched refs:PI (Results 101 – 125 of 129) sorted by path

123456

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dscript.js291 rotation: angle * Math.PI / 180,
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js18844 angle += Math.PI / 2;
18880 textDivProperties.angle = angle * (180 / Math.PI);
20936 var a = Math.acos(m[0]) * 180 / Math.PI;
H A Dpdf.js.map1PI / 2;\n }\n var fontHeight = Math.sqrt((tx[2] * tx[2]) + (tx[3] * tx[3]));\n var fontAs…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js3897 if (-0.25 * Math.PI < angle && angle < 0.75 * Math.PI) {
8862 var SWIPE_ANGLE_THRESHOLD = Math.PI / 6;
9203 …STANCE_THRESHOLD && (absAngle <= SWIPE_ANGLE_THRESHOLD || absAngle >= Math.PI - SWIPE_ANGLE_THRESH…
9205 …} else if (Math.abs(dy) > SWIPE_MIN_DISTANCE_THRESHOLD && Math.abs(absAngle - Math.PI / 2) <= SWIP…
H A Dviewer.js.map1PI < angle && angle < 0.75 * Math.PI) {\n // All that is left-up oriented has to change the sig…
/plugin/processing/
H A Dscript.js198 PI: Math.PI, property in PConstants
199 TWO_PI: 2 * Math.PI,
200 HALF_PI: Math.PI / 2,
201 THIRD_PI: Math.PI / 3,
202 QUARTER_PI: Math.PI / 4,
204 DEG_TO_RAD: Math.PI / 180,
205 RAD_TO_DEG: 180 / Math.PI,
1213 cameraFOV = 60 * (Math.PI / 180),
6137 return (aAngle * 180) / Math.PI;
6141 return (aAngle / 180) * Math.PI;
[all …]
/plugin/revealjs/js/
H A Dreveal.js5885 var endAngle = ( - Math.PI / 2 ) + ( progress * ( Math.PI * 2 ) );
5886 var startAngle = ( - Math.PI / 2 ) + ( this.progressOffset * ( Math.PI * 2 ) );
5893 this.context.arc( x, y, radius + 4, 0, Math.PI * 2, false );
5899 this.context.arc( x, y, radius, 0, Math.PI * 2, false );
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js75 return (-Math.cos(pos*Math.PI)/2) + .5;
81 var pos = ((-Math.cos(pos*Math.PI)/4) + .75) + Math.random()/4;
85 return (-Math.cos(pos*Math.PI*(9*pos))/2) + .5;
88 return (-Math.cos((pos*((pulses||5)-.5)*2)*Math.PI)/2) + .5;
91 return 1 - (Math.cos(pos * 4.5 * Math.PI) * Math.exp(-pos * 6));
899 return 1 - transition((-Math.cos((pos*(options.pulses||5)*2)*Math.PI)/2) + .5);
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1614 return Math.PI *degrees/180;
1617 return 180.0 *radians/Math.PI;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js143 PI = math.PI,
445 return deg % 360 * PI / 180;
1833 var _120 = PI * 120 / 180,
1834 rad = PI / 180 * (+angle || 0),
1849 var cos = math.cos(PI / 180 * angle),
1868 f1 = x1 < cx ? PI - f1 : f1;
1869 f2 = x2 < cx ? PI - f2 : f2;
1870 f1 < 0 && (f1 = PI * 2 + f1);
1871 f2 < 0 && (f2 = PI * 2 + f2);
1873 f1 = f1 - PI * 2;
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1 …end"},b=x.prototype.toLowerCase,_=Math,w=_.max,k=_.min,B=_.abs,C=_.pow,S=_.PI,T="number",A="array"…
H A Draphael.no-deps.min.js1 …end"},b=x.prototype.toLowerCase,_=Math,w=_.max,k=_.min,B=_.abs,C=_.pow,S=_.PI,T="number",A="array"…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19PI/.3)+1},r.bounce=function(a){var b,c=7.5625,d=2.75;return 1/d>a?b=c*a*a:2/d>a?(a-=1.5/d,b=c*a*a+…
20PI/180,h=a+c*Math.cos(-d*g),i=a+c*Math.cos(-f*g),j=b+c*Math.sin(-d*g),k=b+c*Math.sin(-f*g),l=[["M"…
H A Dsnap.svg.js762 (2 * Math.PI) / .3) + 1;
867 PI = math.PI,
1066 return deg % 360 * PI / 180;
1069 return rad * 180 / PI % 360;
5328 PI = math.PI,
5785 var rad = Math.PI / 180,
6061 var _120 = PI * 120 / 180,
6096 f1 = x1 < cx ? PI - f1 : f1;
6097 f2 = x2 < cx ? PI - f2 : f2;
6101 f1 = f1 - PI * 2;
[all …]
/plugin/sketchcanvas/script/
H A DSketchCanvas.js874 ctx.arc((r.minx + r.maxx) / 2., (r.miny + r.maxy) / 2, handleSize, 0, 2 * Math.PI, false);
2154 ctx.arc(x+20, (y+5)*2, 20, 0, 2 * Math.PI, false);
2185 ctx.arc(x+20, (y+5)*2, 20, 0, 2 * Math.PI, false);
H A Ddraw.js73 ctx.arc(x0+r, y0/rate+r, r, 0, 2 * Math.PI, false);
96 ctx.arc(x0+r, y0/rate+r, r, 0, 2 * Math.PI, false);
135 var rad1 = Math.PI / 4.0; // 45°
136 var rad2 = -Math.PI / 4.0; // -45°
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js65 this.maxPolarAngle = Math.PI; // radians
181 targetDistance *= Math.tan( ( scope.object.fov / 2 ) * Math.PI / 180.0 );
253 phi = Math.max( EPS, Math.min( Math.PI - EPS, phi ) );
300 return 2 * Math.PI / 60 / 60 * scope.autoRotateSpeed;
360 scope.rotateLeft( 2 * Math.PI * rotateDelta.x / element.clientWidth * scope.rotateSpeed );
363 scope.rotateUp( 2 * Math.PI * rotateDelta.y / element.clientHeight * scope.rotateSpeed );
544 scope.rotateLeft( 2 * Math.PI * rotateDelta.x / element.clientWidth * scope.rotateSpeed );
546 scope.rotateUp( 2 * Math.PI * rotateDelta.y / element.clientHeight * scope.rotateSpeed );
H A Dstl_viewer.min.js2 …y,o.maxz));var a=new THREE.Vector3;t.getSize(a);const i=o.camera.fov*(Math.PI/180),n=2*Math.atan(M…
H A Dthree.min.js2PI/180,RAD2DEG:180/Math.PI,generateUUID:function(){var t=4294967295*Math.random()|0,e=4294967295*M…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js1905 var B=-Math.cos(A*Math.PI)/2+0.5;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js31161 var rtwdf = Math.cos(2 * Math.PI / l);
31162 var itwdf = Math.sin(2 * Math.PI / l);
34847 var rtwdf = Math.cos(2 * Math.PI / l);
34848 var itwdf = Math.sin(2 * Math.PI / l);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs9125 0x26: ["PI", 0],
14362 19: "PI",
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …n(" ");var d=(a-n)/(r-i),h=Math.atan(d);2==b(i,r,n,a)?h+=Math.PI:3==b(i,r,n,a)&&(h-=Math.PI);var f…
H A Ddhtmlxgantt.js.map1PI","sin","cos","ieTransform","shiftLeft","shiftTop","sX","eX","sY","eY","_dir_start","dd","advanc…

123456