| Parameter | Description |
|---|---|
| angularVelocity | The 2D angular velocity, in radians. |
| deltaTime | The time over which to apply the angular velocity, in seconds. |
| transformPlane | The transform plane to use. |
Quaternion The transformed rotation.
Calculate a Quaternion given a 2D angular velocity and a time to integrate over using the selected transform plane. If PhysicsWorld.TransformPlane.Custom is used, PhysicsWorld.TransformPlane.XY will be used instead which may not provide the correct results.