Calculates the dot product of two vectors.
シンタックス
'宣言
Public Shared Function DotRef( _
ByRef As Vector2, _
ByRef As Vector2 _
) As System.Single
public static System.float DotRef(
ref Vector2 ,
ref Vector2
)
パラメータ
- left
- First source vector.
- right
- Second source vector.
参照