Inverse()
Calculate a new inverse rotation of the current rotation.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly PhysicsRotate Inverse()
Returns
Type | Description |
|---|---|
| PhysicsRotate | The inverse rotation of the current rotation as (cosine, -sine). |