Lines Matching refs:IVector
161 #Line # adds IVector to IPoint ##
162 Offsets IPoint by IVector v. Sets IPoint to #Formula # (fX + v.fX, fY + v.fY) ##.
164 #Param v IVector to add ##
196 #Line # subtracts IVector from IPoint ##
197 Subtracts IVector v from IPoint. Sets IPoint to: #Formula # (fX - v.fX, fY - v.fY) ##.
199 #Param v IVector to subtract ##
303 #Line # returns IVector between IPoints ##
304 Returns IVector from b to a; computed as #Formula # (a.fX - b.fX, a.fY - b.fY) ##.
306 Can also be used to subtract IVector from IVector, returning IVector.
308 #Param a IPoint or IVector to subtract from ##
309 #Param b IVector to subtract ##
311 #Return IVector from b to a ##
343 #Line # returns IPoint offset by IVector ##
344 Returns IPoint resulting from IPoint a offset by IVector b, computed as:
347 Can also be used to offset IPoint b by IVector a, returning IPoint.
348 Can also be used to add IVector to IVector, returning IVector.
350 #Param a IPoint or IVector to add to ##
351 #Param b IPoint or IVector to add ##
388 #Subtopic IVector
390 #Alias IVector ##