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