NegateRef(Vector4) Method
In This Topic
Reverses the direction of the vector.
Syntax
'Declaration
Public Overloads Shared Sub NegateRef( _
ByRef As Vector4 _
)
public static void NegateRef(
ref Vector4
)
Parameters
- value
- The vector to negate.
See Also