DioDocs for PDF
Dot メソッド (Vector4)

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Vector4 構造体 : Dot メソッド
最初のソースベクトル。
2番目のソースベクトル。
2つのベクトルの dot 積を計算します。
シンタックス
'宣言
 
Public Shared Function Dot( _
   ByVal left As Vector4, _
   ByVal right As Vector4 _
) As System.Single
public static System.float Dot( 
   Vector4 left,
   Vector4 right
)

パラメータ

left
最初のソースベクトル。
right
2番目のソースベクトル。

戻り値の型

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

Vector4 構造体
Vector4 メンバ