[]
Subtracts two matricies.
public static Matrix5x4 operator -(Matrix5x4 left, Matrix5x4 right)
| Type | Name | Description |
|---|---|---|
| Matrix5x4 | left | The first Matrix5x4 to subtract. |
| Matrix5x4 | right | The second Matrix5x4 to subtract. |
| Type | Description |
|---|---|
| Matrix5x4 | The difference between the two matricies. |