ComponentOne Bitmap for UWP
Cross Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector3 Structure : Cross Method
The first vector.
The second vector.
Computes the cross product of two vectors.
Syntax
'Declaration
 
Public Shared Function Cross( _
   ByVal vector1 As Vector3, _
   ByVal vector2 As Vector3 _
) As Vector3
public static Vector3 Cross( 
   Vector3 vector1,
   Vector3 vector2
)

Parameters

vector1
The first vector.
vector2
The second vector.

Return Value

The cross product.
See Also

Reference

Vector3 Structure
Vector3 Members