Get the exterior angle between this line and otherLine

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

Syntax

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

Parameters

otherLine
LineSegment2D
The other line

Return Value

The exterior angle between this line and otherLine

See Also