Bitmap for UWP
Cross メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 : Cross メソッド
The first vector.
The second vector.
Computes the cross product of two vectors.
シンタックス
'宣言
 
Public Shared Function Cross( _
   ByVal vector1 As Vector3, _
   ByVal vector2 As Vector3 _
) As Vector3
public static Vector3 Cross( 
   Vector3 vector1,
   Vector3 vector2
)

パラメータ

vector1
The first vector.
vector2
The second vector.

戻り値の型

The cross product.
参照

Vector3 構造体
Vector3 メンバ