Click or drag to resize
Accord.NET (logo)

ToolsAngle Method (Single, Single)

Gets the angle formed by the vector [x,y].

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static float Angle(
	float x,
	float y
)
Request Example View Source

Parameters

x
Type: SystemSingle
y
Type: SystemSingle

Return Value

Type: Single
See Also