Click or drag to resize
Accord.NET (logo)

ToolsAngle Method (Double, Double)

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 double Angle(
	double x,
	double y
)
Request Example View Source

Parameters

x
Type: SystemDouble
y
Type: SystemDouble

Return Value

Type: Double
See Also