ExtendedMathWrapAngle Method |
Wrap an angle to be between 0 and 360.
Namespace:
GeonBit.Core.Utils
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static uint WrapAngle(
int angle
)
Parameters
- angle
- Type: SystemInt32
Angle to wrap (degrees).
Return Value
Type:
UInt32Wrapped angle.
See Also