[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.HadamardProductRef

HadamardProductRef Method

HadamardProductRef(out Matrix4x4, ref Matrix4x4, ref Matrix4x4)

Determines the Hadamard (element-wise) product of two matrices.

Declaration
public static void HadamardProductRef(out Matrix4x4 result, ref Matrix4x4 left, ref Matrix4x4 right)
Parameters
Type Name Description
Matrix4x4 result

The Hadamard (element-wise) product of the two matrices.

Matrix4x4 left

The first matrix to multiply.

Matrix4x4 right

The second matrix to multiply.