Get the exterior angle between this line and otherLine

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public double GetExteriorAngleDegree(
	LineSegment2D otherLine
)
Visual Basic (Declaration)
Public Function GetExteriorAngleDegree ( _
	otherLine As LineSegment2D _
) As Double
Visual C++
public:
double GetExteriorAngleDegree(
	LineSegment2D otherLine
)

Parameters

otherLine
Type: Emgu.CV.Structure..::.LineSegment2D
The other line

Return Value

The exterior angle between this line and otherLine

See Also