[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.Negate

Negate Method

Negate(Matrix4x4)

Negates a matrix.

Declaration
public static Matrix4x4 Negate(Matrix4x4 value)
Public Shared Function Negate(value As Matrix4x4) As Matrix4x4
Parameters
Type Name Description
Matrix4x4 value

The matrix to be negated.

Returns
Type Description
Matrix4x4

The negated matrix.