ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector3 Structure / Unary Negation Operator
The vector to negate.

In This Topic
    Unary Negation Operator (Vector3)
    In This Topic
    Reverses the direction of a given vector.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal value As Vector3 _
    ) As Vector3
    public Vector3 operator -( 
       Vector3 value
    )

    Parameters

    value
    The vector to negate.

    Return Value

    A vector facing in the opposite direction.
    See Also