Click or drag to resize
Accord.NET (logo)

ToolsAngle Method (IntPoint, IntPoint)

Gets the displacement angle between two points.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Angle(
	IntPoint previous,
	IntPoint next
)
Request Example View Source

Parameters

previous
Type: AccordIntPoint
next
Type: AccordIntPoint

Return Value

Type: Double
See Also