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