# Inverse()

> Computes the inverse of the matrix.

## Definition

* **Type:** Method
* **Namespace:** [Unity.VectorGraphics](/engine/6000.6/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public Matrix2D Inverse()
```

### Returns

| Type                                                                         | Description        |
| ---------------------------------------------------------------------------- | ------------------ |
| [Matrix2D](/engine/6000.6/script-reference/unity/vectorgraphics/matrix2d.md) | The inverse matrix |
