In This Topic
Calculates the dot product of two vectors.
Syntax
'Declaration
Public Shared Function DotRef( _
ByRef As Vector4, _
ByRef As Vector4 _
) As System.Single
public static System.float DotRef(
ref Vector4 ,
ref Vector4
)
Parameters
- left
- First source vector
- right
- Second source vector.
See Also