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