[]
Determines the sum of two matrices.
public static Matrix5x4 Add(Matrix5x4 left, Matrix5x4 right)
| Type | Name | Description |
|---|---|---|
| Matrix5x4 | left | The first Matrix5x4 to add. |
| Matrix5x4 | right | The second Matrix5x4 to add. |
| Type | Description |
|---|---|
| Matrix5x4 | The sum of the two matrices. |