Bitmap for WPF
Dot メソッド (Vector3)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 : Dot メソッド
First source vector.
Second source vector.
Calculates the dot product of two vectors.
シンタックス
'宣言
 
Public Shared Function Dot( _
   ByVal left As Vector3, _
   ByVal right As Vector3 _
) As System.Single
public static System.float Dot( 
   Vector3 left,
   Vector3 right
)

パラメータ

left
First source vector.
right
Second source vector.

戻り値の型

The dot product of the two vectors.
参照

Vector3 構造体
Vector3 メンバ