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