AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.Rotate Method (TAgkPoint)

Uses complex multiplication to rotate this vector by Other. Scaling will occur if this vector is not a unit vector.

Syntax
Pascal
function Rotate(const Other: TAgkPoint): TAgkPoint; overload;
Parameters 
Description 
const Other: TAgkPoint 
the vector to rotate by. 

The rotation of this vector by Other.

Copyright (c) 2012. All rights reserved.