ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector4 Structure / Negate Method
The vector to negate.

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

    Parameters

    value
    The vector to negate.

    Return Value

    A vector facing in the opposite direction.
    See Also