DioDocs for PDF
Dot メソッド (Vector2)

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Vector2 構造体 : Dot メソッド
最初のソースベクトル。
2番目のソースベクトル。
2つのベクトルの dot 積を計算します。
シンタックス
'宣言
 
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
最初のソースベクトル。
right
2番目のソースベクトル。

戻り値の型

2つのベクトルの dot 積。
参照

Vector2 構造体
Vector2 メンバ