C# 클래스 DividePoints.Divider

파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
Analysis ( Point points ) : HashSet>
ConvexHull ( Point points ) : Point[]

비공개 메소드들

메소드 설명
Orientation ( Point p1, Point p2, Point p ) : int

메소드 상세

Analysis() 공개 정적인 메소드

public static Analysis ( Point points ) : HashSet>
points Point
리턴 HashSet>

ConvexHull() 공개 정적인 메소드

public static ConvexHull ( Point points ) : Point[]
points Point
리턴 Point[]