normalize Angle
This normalizes an angle to be between 0 and 2 pi radians, inclusive.
IMPORTANT NOTE: This method operates in radians.
Return
returns the normalized angle.
Parameters
angle Radians
the angle to be normalized.
This normalizes an angle to be between 0 and 2 pi radians, inclusive.
IMPORTANT NOTE: This method operates in radians.
returns the normalized angle.
the angle to be normalized.