RotateFPoint function
Rotates the 3D rectangle by a specified amount.
Unit
function RotateFPoint(const P: TFPoint; Angle: Extended): TFPoint;
Description
Call RotateFPoint to rotate the 3D point specified by P. All coordinates of the pointe rotates on Angle angle.
Note: Angle parameter must be in degrees.
Go to CAD VCL Enterprise