[]
Determines the sum of two matrices.
public static Matrix3x2 Add(Matrix3x2 left, Matrix3x2 right)
Public Shared Function Add(left As Matrix3x2, right As Matrix3x2) As Matrix3x2
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | left | The first matrix to add. |
| Matrix3x2 | right | The second matrix to add. |
| Type | Description |
|---|---|
| Matrix3x2 | The sum of the two matrices. |