Uses complex multiplication to rotate V1 by V2. Scaling will occur if V1 is not a unit vector.
class function Rotate(const V1: TAgkPoint; const V2: TAgkPoint): TAgkPoint; overload;
The rotation of V1 by V2.
Rotate Method
Made with Doc-O-MaticĀ® Express