ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / NegateRef Method / NegateRef(Vector3) Method
The vector to negate.

In This Topic
    NegateRef(Vector3) Method
    In This Topic
    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