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