C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector3 Structure / Cross Method
The first vector.
The second vector.

In This Topic
Cross Method
In This Topic
Computes the cross product of two vectors.
Syntax
'Declaration
 
Public Shared Function Cross( _
   ByVal vector1 As Vector3, _
   ByVal vector2 As Vector3 _
) As Vector3
 

Parameters

vector1
The first vector.
vector2
The second vector.

Return Value

The cross product.
See Also