[]
Element-wise division of two matrices.
public static Matrix3x2 HadamardDivide(Matrix3x2 left, Matrix3x2 right)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | left | The first matrix. |
| Matrix3x2 | right | The second matrix. |
| Type | Description |
|---|---|
| Matrix3x2 | The result of division of the two matrices. |