Home
last modified time | relevance | path

Searched refs:angle (Results 76 – 100 of 219) sorted by relevance

123456789

/plugin/amcharts/assets/amcharts/
H A Dradar.js10 …Math.abs(c);var m=Math.abs(m),h=Math.min(c,m);c=Math.max(c,m);var m=h,h=f.angle+90,k=f.toAngle+90;…
H A Dfunnel.js19 …ar b=Math.round(this.depth3D*Math.cos(this.angle*Math.PI/180)),c=Math.round(-this.depth3D*Math.sin…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js423 R.angle = function (x1, y1, x2, y2, x3, y3) {
432 return R.angle(x1, y1, x3, y3) - R.angle(x2, y2, x3, y3);
1830 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
1834 rad = PI / 180 * (+angle || 0),
1849 var cos = math.cos(PI / 180 * angle),
1850 sin = math.sin(PI / 180 * angle),
1892 res = a2c(x2, y2, rx, ry, angle, 0, sweep_flag, x2old, y2old, [f2, f2old, cx, cy]);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D32.32.js.map1 …character back to let the\n // HTML mode also tokenize the opening angle bracket. Thus, eve…
H A D14.14.js.map1 …miter.parenthesis' },\n { open: '<', close: '>', token: 'delimiter.angle' }\n ],\n ke…
H A D57.57.js.map1 …miter.parenthesis' },\n { open: '<', close: '>', token: 'delimiter.angle' }\n ],\n to…
H A D0.0.js.map1 …'delimiter.square', open: '[', close: ']' },\n { token: 'delimiter.angle', open: '<', close…
H A D67.67.js.map1 …miter.parenthesis', open: '(', close: ')' },\n { token: 'delimiter.angle', open: '<', close…
H A D1.1.js.map1 …'delimiter.square', open: '[', close: ']' },\n { token: 'delimiter.angle', open: '<', close…
H A D2.2.js.map1angle>{0,2}\",\n \"relevance\": 83,\n \"references\": [\n {\n…
H A D42.42.js.map1 …miter.parenthesis' },\n { open: '<', close: '>', token: 'delimiter.angle' }\n ],\n //…
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt29 angle=angle
H A Ddia_ru.txt29 angle=Угол
H A Ddia_bg.txt29 angle=Ъгъл
H A Ddia_el.txt29 angle=Γωνία
/plugin/imapmarkers/
H A Djquery.imagemapster.js3538 angle,
3580 angle = (j * Math.PI) / 180;
3582 curX + radius * Math.cos(angle),
3583 curY + radius * Math.sin(angle)
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php726 … imagettftext($img, $size, $angle, 0, -min($heightDim[5], $heightDim[7]), $black, $font, $text);
/plugin/revealjs/css/
H A Dreveal.scss247 @mixin controlsArrowTransform( $angle ) { parameter
249 …controlArrowLength)/2) translateY(($controlArrowSize - $controlArrowThickness)/2) rotate( $angle );
253 …ontrolArrowLength)/2) translateY(($controlArrowSize - $controlArrowThickness)/2) rotate( -$angle );
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14252 var cosValue = Math.cos(angle);
14257 this._originalRotate(angle);
18817 angle: 0,
18844 angle += Math.PI / 2;
18859 if (angle === 0) {
18879 if (angle !== 0) {
18880 textDivProperties.angle = angle * (180 / Math.PI);
18901 if (angle !== 0) {
18902 angleCos = Math.cos(angle);
18903 angleSin = Math.sin(angle);
[all …]
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt416 # bug fix: draw RAMACHANDRAN angle arrow radii too small
438 # "angle" -- rotation around local heix axis for resno i --> i+1
442 # and 360 / angle is the pitch of the helix
638 # string, point, axis-angle/plane/quaternion, atom bitset, bond bitset,
871 # yes f yes phi protein group PHI angle for atom\'s residue (Jmol 11.3.41)
2094 # theta0 is the the offset angle from 0
2225 # thus, because the negative angle switches the normal:
2229 # but % {1 0 0 0} forces the angle associated with {1 0 0} to be reported
5598 # adds angle({carbon}[4],{oxygen}[3], {nitrogen}[2])
5600 # angle function accepts from three or four
[all …]
/plugin/fckg/
H A DChanges370 Updated entities for DW entities with left-hand angle brackets.
/plugin/codemirror/dist/modes/
H A Dscheme.min.js.map1 …bda let let* let-syntax letrec letrec-syntax map or syntax-rules abs acos angle append apply asin …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1501 var setRotation = function setRotation(angle) {
1502 if ((0, _ui_utils.isValidRotation)(angle)) {
1503 _this6.pdfViewer.pagesRotation = angle;
3895 var angle = Math.atan2(evt.deltaY, evt.deltaX);
3897 if (-0.25 * Math.PI < angle && angle < 0.75 * Math.PI) {
3915 function isValidRotation(angle) {
3916 return Number.isInteger(angle) && angle % 90 === 0;
/plugin/sketchcanvas/script/
H A DSketchCanvas.js704 var angle = Math.atan2(dy, dx);
716 var angle = Math.atan2(dy, dx);

123456789