Click or drag to resize
Accord.NET (logo)

LineGetAngleBetweenLines Method

Calculate minimum angle between this line and the specified line measured in [0, 90] degrees range.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float GetAngleBetweenLines(
	Line secondLine
)
Request Example View Source

Parameters

secondLine
Type: Accord.Math.GeometryLine
The line to find angle between.

Return Value

Type: Single
Returns minimum angle between lines.
See Also