Searched defs:Subtract (Results 1 – 1 of 1) sorted by relevance
177 this.y+=p.y};A.prototype.Subtract=function(p){this.x-=p.x;this.y-=p.y};A.prototype.Multiply=functio… method in A180 …totype.Add=function(p){this.x+=p.x;this.y+=p.y;this.z+=p.z};U.prototype.Subtract=function(p){this.… method in U