[]
Determines the Hadamard (element-wise) product of two matrices.
public static Matrix4x4 HadamardProduct(Matrix4x4 left, Matrix4x4 right)
Type | Name | Description |
---|---|---|
Matrix4x4 | left | The first matrix to multiply. |
Matrix4x4 | right | The second matrix to multiply. |
Type | Description |
---|---|
Matrix4x4 | The Hadamard (element-wise) product of the two matrices. |