[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.NegateRef

NegateRef Method

NegateRef(ref Matrix4x4)

Negates a matrix.

Declaration
public static void NegateRef(ref Matrix4x4 value)
Parameters
Type Name Description
Matrix4x4 value

The matrix to be negated.

NegateRef(out Matrix4x4, ref Matrix4x4)

Negates a matrix.

Declaration
public static void NegateRef(out Matrix4x4 result, ref Matrix4x4 value)
Parameters
Type Name Description
Matrix4x4 result

When the method completes, contains the negated matrix.

Matrix4x4 value

The matrix to be negated.