MoveResultExtensionsNormalizeRadian Method |
Normalizes a radian so it's between 0 and pi * 2.
Namespace:
ff14bot.Pathing
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static float NormalizeRadian(
float radian
)
Parameters
- radian
- Type: SystemSingle
.
Return Value
Type:
SingleA float.
See Also