[This is preliminary documentation and is subject to change.]

Get the exterior angle between this line and otherLine

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

Syntax

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

Parameters

otherLine
LineSegment2DF
The other line

Return Value

The exterior angle between this line and otherLine

See Also