Click or drag to resize

LineSegment2DGetExteriorAngleDegree Method

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

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public double GetExteriorAngleDegree(
	LineSegment2D otherLine
)

Parameters

otherLine
Type: Emgu.CV.StructureLineSegment2D
The other line

Return Value

Type: Double
The exterior angle between this line and otherLine
See Also