[]
Determines the sum of two matrices.
public static void AddRef(out Matrix3x2 result, ref Matrix3x2 left, ref Matrix3x2 right)
Type | Name | Description |
---|---|---|
Matrix3x2 | result | When the method completes, contains the sum of the two matrices. |
Matrix3x2 | left | The first matrix to add. |
Matrix3x2 | right | The second matrix to add. |