[]
Element-wise division of two matrices.
public static void HadamardDivideRef(out Matrix3x2 result, ref Matrix3x2 left, ref Matrix3x2 right)
Public Shared Sub HadamardDivideRef(ByRef result As Matrix3x2, ByRef left As Matrix3x2, ByRef right As Matrix3x2)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | result | When the method completes, contains the result of division. |
| Matrix3x2 | left | The first matrix. |
| Matrix3x2 | right | The second matrix. |