Vector2 GetAngle Method Bespoke Osc Library
Get the angle 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 GetAngle ( _
	fromVector As Vector2, _
	toVector As Vector2 _
) As Single

Return Value

The angle (in radians) between the two vectors.
See Also