C# Класс Core.LineSegment

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

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

Метод Описание
Intersects ( LineSegment other, IntersectionCheckOptions option ) : bool
LineSegment ( Point start, Point end ) : System

Приватные методы

Метод Описание
projectionIntersection ( int a, int b, int c, int d, IntersectionCheckOptions option ) : bool
projectionIntersectionCheck ( LineSegment other, IntersectionCheckOptions option ) : bool
signedTriangleSquare ( Point a, Point b, Point c ) : int
signedTriangleSquareCheck ( LineSegment other, IntersectionCheckOptions option ) : bool

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

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

public Intersects ( LineSegment other, IntersectionCheckOptions option ) : bool
other LineSegment
option IntersectionCheckOptions
Результат bool

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

public LineSegment ( Point start, Point end ) : System
start Point
end Point
Результат System