Bitmap for WPF
Dot メソッド (Vector2)

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

パラメータ

left
First source vector.
right
Second source vector.

戻り値の型

The dot product of the two vectors.
参照

Vector2 構造体
Vector2 メンバ