ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / Subtract Method
The first vector to subtract.
The second vector to subtract.

In This Topic
    Subtract Method (Vector3)
    In This Topic
    Subtracts two vectors.
    Syntax
    'Declaration
     
    Public Shared Function Subtract( _
       ByVal left As Vector3, _
       ByVal right As Vector3 _
    ) As Vector3
    public static Vector3 Subtract( 
       Vector3 left,
       Vector3 right
    )

    Parameters

    left
    The first vector to subtract.
    right
    The second vector to subtract.

    Return Value

    The difference of the two vectors.
    See Also