Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

angle

The angle to convert, in radians.

Returns

Type

Description

floatThe angle converted into the range [-pi, pi].