C# 클래스 AdvancedAlgorithms.ConvexHull.ConvexHull

Rod Howarth - n6294685 Team14
파일 보기 프로젝트 열기: RodH257/Advanced-Algorithm-Problems

공개 메소드들

메소드 설명
FindConvexHull ( List points ) : List
GetSplitInts ( ) : int[]
GetSplitInts ( string input ) : int[]
IsNonLeftTurn ( Vector firstLine, Vector secondLine ) : bool
Main ( string args ) : void
ReadInt ( ) : int

메소드 상세

FindConvexHull() 공개 정적인 메소드

public static FindConvexHull ( List points ) : List
points List
리턴 List

GetSplitInts() 공개 정적인 메소드

public static GetSplitInts ( ) : int[]
리턴 int[]

GetSplitInts() 공개 정적인 메소드

public static GetSplitInts ( string input ) : int[]
input string
리턴 int[]

IsNonLeftTurn() 공개 정적인 메소드

public static IsNonLeftTurn ( Vector firstLine, Vector secondLine ) : bool
firstLine Vector
secondLine Vector
리턴 bool

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

ReadInt() 공개 정적인 메소드

public static ReadInt ( ) : int
리턴 int