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