Vector2 Distance Method Bespoke Osc Library
Compute the distance between 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 Distance ( _
	lhs As Vector2, _
	rhs As Vector2 _
) As Single

Return Value

The distance between the two vectors.
See Also