Home
last modified time | relevance | path

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

123456789

/plugin/a2s/
H A DASCIIToSVG.php2192 private function rotateTransform($angle, $x, $y, $cX = 0, $cY = 0) { argument
2193 $angle = $angle * (pi() / 180);
2198 $matrix = array(array(cos($angle), -sin($angle), 0),
2199 array(sin($angle), cos($angle), 0),
2216 private function skewXTransform($angle, $x, $y) { argument
2217 $angle = $angle * (pi() / 180);
2218 $matrix = array(array(1, tan($angle), 0), array(0, 1, 0), array(0, 0, 1));
2226 private function skewYTransform($angle, $x, $y) { argument
2227 $angle = $angle * (pi() / 180);
2228 $matrix = array(array(1, 0, 0), array(tan($angle), 1, 0), array(0, 0, 1));
H A Ddemo.txt81 …* ''%%'%%'', ''.'' and ''#'' are used for box angle. Do not use ''+'', as it does not create close…
83 …- Identify the shape : In the **top left** angle of the shape, put some text between square bracke…
/plugin/aceeditor/
H A Dbuild.js1 …ef|addtodate|airy|align|alim|all|allchild|alpha|alphamap|amd|ancestor|and|angle|annotation|any|are…
/plugin/achart/assets/
H A Dapexcharts.min.js6angle:r.prevEndAngle<r.prevStartAngle?this.fullAngle+r.prevEndAngle-r.prevStartAngle:r.prevEndAngl…
/plugin/advrack/
H A Draphael.js829 return R.angle(x1, y1, x3, y3) - R.angle(x2, y2, x3, y3);
2220 rad = PI / 180 * (+angle || 0),
5833 var angle = gradient.shift();
5834 angle = -toFloat(angle);
5835 if (isNaN(angle)) {
5838 var vector = [0, 0, math.cos(R.rad(angle)), math.sin(R.rad(angle))],
7526 var angle = gradient.shift();
7527 angle = -toFloat(angle);
7528 if (isNaN(angle)) {
7553 fill.angle = 0;
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe22696 Ġtri angle
32979 ĠTri angle
35737 Ġrect angle
/plugin/amcharts/assets/amcharts/
H A Damcharts.js319 c;this.angle&&this.rotate(this.angle)},rotate:function(a,b){this.R.rotate(this,a,b);this.angle=a},a…
333 …=d?d=180:180==d?d=90:0===d&&(d=270);8===document.documentMode?(a.type=b,a.angle=d):(a.setAttribute…
H A Dfunnel.js19 …ar b=Math.round(this.depth3D*Math.cos(this.angle*Math.PI/180)),c=Math.round(-this.depth3D*Math.sin…
H A Dpie.js18 …rightnessStep=30;this.minRadius=10;this.depth3D=0;this.startAngle=90;this.angle=this.innerRadius=0…
20 …s,d,g);l||(d=0<=x?d-h-e-2*p:d-h-e,g=g-z-n,l=Math.min(d,g),g<d&&(l/=1-this.angle/90,l>d&&(l=d)),g=k…
21 …0,360);0<this.depth3D&&(n=270<=n?270:90);n-=90;360<n&&(n-=360);d=l-l*this.angle/90;for(h=p=0;h<a.l…
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 Dserial.js1 …ght=this.marginBottom=this.marginTop=this.marginLeft=20;this.depth3D=this.angle=0;this.plotAreaFil…
13angle*Math.PI/180));this.dy=Math.round(-this.depth3D*Math.sin(this.angle*Math.PI/180));this.d3x=Ma…
35 …lumnsDepth()},updateColumnsDepth:function(){if(0!==this.depth3D||0!==this.angle){var a,b=this.grap…
H A Dxy.js1 …ght=this.marginBottom=this.marginTop=this.marginLeft=20;this.depth3D=this.angle=0;this.plotAreaFil…
13angle*Math.PI/180));this.dy=Math.round(-this.depth3D*Math.sin(this.angle*Math.PI/180));this.d3x=Ma…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js356 angle: 90,
373 cfg.angle = cfg.angle ? cfg.angle : _this.getAngle( cfg.x1, cfg.y1, cfg.x2, cfg.y2 );
392 angle: cfg.angle,
821 var angle;
824 angle = 0;
826 angle = Math.PI / 2;
828 angle = Math.PI * 3 / 2;
832 angle = 0;
834 angle = Math.PI;
842 angle = Math.atan( y / x );
[all …]
H A Dexport.min.js1angle:90,strokeLineCap:c.drawing.lineCap,arrow:c.drawing.arrow,color:c.drawing.color,width:c.drawi…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js2935 var angle = args[0];
8598 if (angle < 0) {
8599 angle = 360 + angle;
8602 t.target.angle = angle % 360;
10876 angle: 0,
11887 setAngle: function(angle) { argument
11894 this.set('angle', angle);
12181 var angle = degreesToRadians(this.angle),
12789 anglePart = angle !== 0
13910 if (angle === 0) {
[all …]
H A Dfabric.min.js2 …(matrix,args){var angle=args[0];matrix[0]=Math.cos(angle);matrix[1]=Math.sin(angle);matrix[2]=-Mat…
5angle),width:target.width*target.scaleX,mouseXSign:1,mouseYSign:1};this._currentTransform.original…
6angle:0,cornerSize:12,transparentCorners:true,hoverCursor:null,padding:0,borderColor:"rgba(102,153… argument
8angle),vpt=this.getViewportTransform(),f=function(p){return fabric.util.transformPoint(p,vpt)},p=t…
9angle:object.getAngle()+this.getAngle(),left:center.x+rotated.left,top:center.y+rotated.top,scaleX…
13 …ric.util.rotatePoint(pClicked,pLeftTop,fabric.util.degreesToRadians(-this.angle));return this.getL…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2282 var angle = Math.atan2(pdfKitDoc.page.height, pdfKitDoc.page.width) * 180/Math.PI;
2283 pdfKitDoc.rotate(angle, {origin: [pdfKitDoc.page.width/2, pdfKitDoc.page.height/2]});
28585 rotate: function(angle, options) {
28590 rad = angle * Math.PI / 180;
H A Dpdfmake.min.js.map1angle","atan2","PI","rotate","origin","vector","pdfDoc","lineWidth","dash","space","undash","fillO…
/plugin/amcharts/assets/amcharts/themes/
H A Dpatterns.js42 angle:0, property in AmCharts.themes.patterns.AmPieChart
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DCropProperties.php25 public $angle; variable in Google\\Service\\Docs\\CropProperties
46 public function setAngle($angle) argument
48 $this->angle = $angle;
55 return $this->angle;
H A DImageProperties.php25 public $angle; variable in Google\\Service\\Docs\\ImageProperties
52 public function setAngle($angle) argument
54 $this->angle = $angle;
61 return $this->angle;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTextRotation.php25 public $angle; variable in Google\\Service\\Sheets\\TextRotation
34 public function setAngle($angle) argument
36 $this->angle = $angle;
43 return $this->angle;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DCropProperties.php25 public $angle; variable in Google\\Service\\Slides\\CropProperties
46 public function setAngle($angle) argument
48 $this->angle = $angle;
55 return $this->angle;
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js33 …ter,u=t.center=V(i);t.timeStamp=l(),t.deltaTime=t.timeStamp-a.timeStamp,t.angle=q(c,u),t.distance=…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21 …ter,c=t.center=H(i);t.timeStamp=d(),t.deltaTime=t.timeStamp-a.timeStamp,t.angle=K(u,c),t.distance=…

123456789