C# Class Core.LineSegment

Afficher le fichier Open project: StanislavUshakov/NumericalMethods Class Usage Examples

Méthodes publiques

Méthode Description
Intersects ( LineSegment other, IntersectionCheckOptions option ) : bool
LineSegment ( Point start, Point end ) : System

Private Methods

Méthode Description
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

Method Details

Intersects() public méthode

public Intersects ( LineSegment other, IntersectionCheckOptions option ) : bool
other LineSegment
option IntersectionCheckOptions
Résultat bool

LineSegment() public méthode

public LineSegment ( Point start, Point end ) : System
start Point
end Point
Résultat System