ExtendedMathWrapRadian Method |
Wrap an radian to be between 0 and 2PI.
Namespace:
GeonBit.Core.Utils
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static float WrapRadian(
float radian
)
Parameters
- radian
- Type: SystemSingle
Radian to wrap.
Return Value
Type:
SingleWrapped radian.
See Also