# InverseMultiplyRotation(PhysicsRotate)

> Inverse Multiply a rotation with this rotation.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public readonly PhysicsRotate InverseMultiplyRotation(PhysicsRotate rotation)
```

### Parameters

**** (\[PhysicsRotate]\(/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsrotate)): The rotation to inverse multiply by.

### Returns

| Type                                                                                            | Description                                  |
| ----------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [PhysicsRotate](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsrotate.md) | The result of the inverse multiply rotation. |
