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