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