Represents an angle value.
Constructor | Description |
---|---|
Angle | Creates an Angle from a float and an optionnal AngleUnit. |
Method | Description |
---|---|
ToDegrees | Returns the value of the angle, expressed in degrees. |
ToGradians | Returns the value of the angle, expressed in gradians. |
ToRadians | Returns the value of the angle, expressed in radians. |
ToTurns | Returns the value of the angle, expressed in turns. |