[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.NegateRef

NegateRef Method

NegateRef(ref Matrix3x2)

Negates a matrix in-place.

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

The matrix to be negated.

NegateRef(out Matrix3x2, ref Matrix3x2)

Negates a matrix.

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

When the method completes, contains the negated matrix.

Matrix3x2 value

The matrix to be negated.