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

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

Parameters

value
The matrix to be negated.
See Also