Vector2 Dot Method Bespoke Osc Library
Compute the dot product of two vectors.

Namespace: Bespoke.Common.LinearAlgebra
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function Dot ( _
	lhs As Vector2, _
	rhs As Vector2 _
) As Single

Return Value

The dot product of the two vectors.
See Also