Searched defs:Multiply (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 …e.Subtract=function(p){this.x-=p.x;this.y-=p.y;this.z-=p.z};U.prototype.Multiply=function(p){if(p=… method in U