Calculates the unit length vector for the given angle (in degrees).
class function ForAngle(const Angle: Single): TAgkPoint;
Parameters |
Description |
const Angle: Single |
the angle in degrees (going clockwise with 0 degrees at 12 o-clock) |
The unit length vector for Angle.
Copyright (c) 2012. All rights reserved.
|