[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.op_UnaryNegation

operator - Operator

operator -(Matrix3x2)

Negates a matrix.

Declaration
public static Matrix3x2 operator -(Matrix3x2 value)
Parameters
Type Name Description
Matrix3x2 value

The matrix to negate.

Returns
Type Description
Matrix3x2

The negated matrix.