Searched defs:addSelf (Results 1 – 1 of 1) sorted by relevance
86 ….x,this.y)},add:function(c,a){this.x=c.x+a.x;this.y=c.y+a.y;return this},addSelf:function(c){this.… method89 …a){this._x=e.x+a.x;this._y=e.y+a.y;return this.trigger(c.Events.change)},addSelf:function(e){this.… method