C1.Win.C1DX.4.8 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 _
) 
 

Parameters

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