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