NegateRef(Matrix3x2) Method
In This Topic
Negates a matrix in-place.
Syntax
'Declaration
Public Overloads Shared Sub NegateRef( _
ByRef As Matrix3x2 _
)
public static void NegateRef(
ref Matrix3x2
)
Parameters
- value
- The matrix to be negated.
See Also