ComponentOne Bitmap for UWP
NegateRef(Vector4,Vector4) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure > NegateRef Method : NegateRef(Vector4,Vector4) Method
When the method completes, contains a vector facing in the opposite direction.
The vector to negate.
Reverses the direction of a given vector.
Syntax
'Declaration
 
Public Overloads Shared Sub NegateRef( _
   ByRef result As Vector4, _
   ByRef value As Vector4 _
) 
public static void NegateRef( 
   out Vector4 result,
   ref Vector4 value
)

Parameters

result
When the method completes, contains a vector facing in the opposite direction.
value
The vector to negate.
See Also

Reference

Vector4 Structure
Vector4 Members
Overload List