| Parameter | Description |
|---|---|
| rotation | The 3D rotation to transform. |
| transformPlane | The transform plane to use. |
float The transformed rotation in radians.
Transform a 3D rotation into a 2D angle using the selected transform plane.
| Parameter | Description |
|---|---|
| quaternion | The 3D rotation to transform. |
| transformPlane | The transform plane to use. |
float The transformed rotation in radians.
Transform a 3D rotation into a 2D angle using the selected transform plane. If TransformPlane.Custom is used then PhysicsWorld.TransformPlane.XY is used.
| Parameter | Description |
|---|---|
| rotation | The 3D rotation to transform. |
| world | The world whose transform plane is used. |
float The transformed rotation in radians.
Transform a 3D rotation into a 2D angle using the specified world's transform plane.
| Parameter | Description |
|---|---|
| transform | The Transform whose world rotation is transformed. |
| world | The world whose transform plane is used. |
float The transformed rotation in radians.
Transform a Transform's world rotation into a 2D angle using the specified world's transform plane.