UnwindAngle(float)
Convert any angle into the range [-pi, pi].
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
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]. |