UnwindAngle(float)
Convert any angle into the range [-pi, pi].
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public static float UnwindAngle(float angle)
Parameters
The angle to convert, in radians.
Returns
Type | Description |
|---|---|
| float | The angle converted into the range [-pi, pi]. |