normalizeAngle(angleRad) → {number}
Normalizes an angle to the [0,2pi) range.
Parameters
Name | Type | Description |
---|---|---|
angleRad | number | The angle to normalize, in radians. |
Returns
number -
The angle, fit within the [0,2pi] range, in radians.
- Source code: math/Math.js (Line 478)
Please login to continue.