[Missing <summary> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.GetAngle(Bespoke.Common.LinearAlgebra.Vector2,Bespoke.Common.LinearAlgebra.Vector2)"]

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

Syntax

C#
public static float GetAngle(
	Vector2 fromVector,
	Vector2 toVector
)
Visual Basic (Declaration)
Public Shared Function GetAngle ( _
	fromVector As Vector2, _
	toVector As Vector2 _
) As Single
Visual C++
public:
static float GetAngle(
	Vector2 fromVector, 
	Vector2 toVector
)

Parameters

fromVector
Type: Bespoke.Common.LinearAlgebra..::.Vector2

[Missing <param name="fromVector"/> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.GetAngle(Bespoke.Common.LinearAlgebra.Vector2,Bespoke.Common.LinearAlgebra.Vector2)"]

toVector
Type: Bespoke.Common.LinearAlgebra..::.Vector2

[Missing <param name="toVector"/> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.GetAngle(Bespoke.Common.LinearAlgebra.Vector2,Bespoke.Common.LinearAlgebra.Vector2)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.LinearAlgebra.Vector2.GetAngle(Bespoke.Common.LinearAlgebra.Vector2,Bespoke.Common.LinearAlgebra.Vector2)"]

See Also