Method b3UnwindAngle
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3UnwindAngle(float)
Wraps an angle into the range minus pi to pi.
public static float b3UnwindAngle(float radians)Parameters
radiansfloat-
The angle in radians.
Returns
- float
-
The wrapped angle.