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)
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