[]
Adds two matricies.
public static Matrix4x4 operator +(Matrix4x4 left, Matrix4x4 right)
| Type | Name | Description |
|---|---|---|
| Matrix4x4 | left | The first matrix to add. |
| Matrix4x4 | right | The second matrix to add. |
| Type | Description |
|---|---|
| Matrix4x4 | The sum of the two matricies. |