ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / CrossRef Method
The cross product.
The first vector.
The second vector.

In This Topic
    CrossRef Method
    In This Topic
    Computes the cross product of two vectors.
    Syntax
    'Declaration
     
    Public Shared Sub CrossRef( _
       ByRef result As Vector3, _
       ByRef vector1 As Vector3, _
       ByRef vector2 As Vector3 _
    ) 
    public static void CrossRef( 
       out Vector3 result,
       ref Vector3 vector1,
       ref Vector3 vector2
    )

    Parameters

    result
    The cross product.
    vector1
    The first vector.
    vector2
    The second vector.
    See Also