ComponentOne Bitmap for UWP
NegateRef(Vector3) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector3 Structure > NegateRef Method : NegateRef(Vector3) Method
The vector to negate.
Reverses the direction of the vector.
Syntax
'Declaration
 
Public Overloads Shared Sub NegateRef( _
   ByRef value As Vector3 _
) 
public static void NegateRef( 
   ref Vector3 value
)

Parameters

value
The vector to negate.
See Also

Reference

Vector3 Structure
Vector3 Members
Overload List