[]
Determines the difference between two matrices.
public static Matrix4x4 Subtract(Matrix4x4 left, Matrix4x4 right)
| Type | Name | Description |
|---|---|---|
| Matrix4x4 | left | The first matrix to subtract. |
| Matrix4x4 | right | The second matrix to subtract. |
| Type | Description |
|---|---|
| Matrix4x4 | The difference between the two matrices. |