LineSegment2DGetExteriorAngleDegree Method |
http://www.emgu.com
Get the exterior angle between this line and otherLine
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic double GetExteriorAngleDegree(
LineSegment2D otherLine
)
Public Function GetExteriorAngleDegree (
otherLine As LineSegment2D
) As Double
public:
double GetExteriorAngleDegree(
LineSegment2D otherLine
)
member GetExteriorAngleDegree :
otherLine : LineSegment2D -> float
Parameters
- otherLine
- Type: Emgu.CV.StructureLineSegment2D
The other line
Return Value
Type:
DoubleThe exterior angle between this line and
otherLine
See Also