ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / DivideRef Method / DivideRef(Vector3,Vector3,Vector3) Method
The vector resulting from the division.
The first vector.
The second vector.

In This Topic
    DivideRef(Vector3,Vector3,Vector3) Method
    In This Topic
    Divides the first vector by the second.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DivideRef( _
       ByRef result As Vector3, _
       ByRef left As Vector3, _
       ByRef right As Vector3 _
    ) 
    public static void DivideRef( 
       out Vector3 result,
       ref Vector3 left,
       ref Vector3 right
    )

    Parameters

    result
    The vector resulting from the division.
    left
    The first vector.
    right
    The second vector.
    See Also