ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector3 Structure / Divide Method / Divide(Vector3,Vector3) Method
The first vector.
The second vector.

In This Topic
    Divide(Vector3,Vector3) Method
    In This Topic
    Divides the first vector by the second.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Divide( _
       ByVal left As Vector3, _
       ByVal right As Vector3 _
    ) As Vector3
    public static Vector3 Divide( 
       Vector3 left,
       Vector3 right
    )

    Parameters

    left
    The first vector.
    right
    The second vector.

    Return Value

    The vector resulting from the division.
    See Also