ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / Negate Method
The vector to negate.

In This Topic
    Negate Method (Vector3)
    In This Topic
    Reverses the direction of a given vector.
    Syntax
    'Declaration
     
    Public Shared Function Negate( _
       ByVal value As Vector3 _
    ) As Vector3
    public static Vector3 Negate( 
       Vector3 value
    )

    Parameters

    value
    The vector to negate.

    Return Value

    A vector facing in the opposite direction.
    See Also