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