Calculates the dot product of two vectors.
'宣言
Public Shared Function Dot( _
ByVal As Vector2, _
ByVal As Vector2 _
) As System.Single
public static System.float Dot(
Vector2 ,
Vector2
)
パラメータ
- left
- First source vector.
- right
- Second source vector.
戻り値の型
The dot product of the two vectors.