Searched defs:divideScalar (Results 1 – 1 of 1) sorted by relevance
87 …urn this},multiplyScalar:function(c){this.x*=c;this.y*=c;return this},divideScalar:function(c){c?(… method90 …nction(e){this._x*=e;this._y*=e;return this.trigger(c.Events.change)},divideScalar:function(e){ret… method