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