Searched defs:rotate (Results 1 – 1 of 1) sorted by relevance
/spdk/doc/ |
H A D | two.min.js | 89 y:this.y}},rotate:function(c){var a=Math.cos(c);c=Math.sin(c);this.x=this.x*a-this.y*c;this.y=this.… method 92 …n this._x+", "+this._y},toObject:function(){return{x:this._x,y:this._y}},rotate:function(c){var a=… method 103 …c,a){1>=arguments.length&&(a=c);return this.multiply(c,0,0,0,a,0,0,0,1)},rotate:function(c){var a=… method
|