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

Namespace:  AForge.Math.Geometry
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float GetAngleBetweenLines(
	Line secondLine
)

Parameters

secondLine
Type: AForge.Math.Geometry..::.Line
The line to find angle between.

Return Value

Returns minimum angle between lines.

See Also