C# Класс Emgu.CV.Structure.LineSegment2D

A line segment
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetExteriorAngleDegree ( LineSegment2D otherLine ) : double

Get the exterior angle between this line and otherLine

LineSegment2D ( Point p1, Point p2 ) : System

Create a line segment with the specific starting point and end point

Side ( Point point ) : int

Determine which side of the line the 2D point is at

Описание методов

GetExteriorAngleDegree() публичный Метод

Get the exterior angle between this line and otherLine
public GetExteriorAngleDegree ( LineSegment2D otherLine ) : double
otherLine LineSegment2D The other line
Результат double

LineSegment2D() публичный Метод

Create a line segment with the specific starting point and end point
public LineSegment2D ( Point p1, Point p2 ) : System
p1 Point The first point on the line segment
p2 Point The second point on the line segment
Результат System

Side() публичный Метод

Determine which side of the line the 2D point is at
public Side ( Point point ) : int
point Point the point
Результат int