[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Matrix4x4.op_UnaryNegation

operator - Operator

operator -(in Matrix4x4)

Negates a matrix.

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

The matrix to negate.

Returns
Type Description
Matrix4x4

The negated matrix.