C# 클래스 Core.LineSegment

파일 보기 프로젝트 열기: StanislavUshakov/NumericalMethods 1 사용 예제들

공개 메소드들

메소드 설명
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