www.emgu.com/wiki
Get the exterior angle between this line and otherLine

Declaration Syntax
Public Function GetExteriorAngleDegree ( _
otherLine As Line2D(Of T) _
) As Double
public:
double GetExteriorAngleDegree(
Line2D<T>^ otherLine
)

Parameters
- otherLine (Line2D<(Of <(T>)>))
- The other line

Return Value
The exterior angle between this line and otherLine
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)