C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Negate Method
The matrix to be negated.

In This Topic
Negate Method (Matrix4x4)
In This Topic
Negates a matrix.
Syntax
'Declaration
 
Public Shared Function Negate( _
   ByVal value As Matrix4x4 _
) As Matrix4x4
 

Parameters

value
The matrix to be negated.

Return Value

The negated matrix.
See Also