C# Class AdvancedAlgorithms.ConvexHull.ConvexHull

Rod Howarth - n6294685 Team14
Exibir arquivo Open project: RodH257/Advanced-Algorithm-Problems

Public Methods

Method Description
FindConvexHull ( List points ) : List
GetSplitInts ( ) : int[]
GetSplitInts ( string input ) : int[]
IsNonLeftTurn ( Vector firstLine, Vector secondLine ) : bool
Main ( string args ) : void
ReadInt ( ) : int

Method Details

FindConvexHull() public static method

public static FindConvexHull ( List points ) : List
points List
return List

GetSplitInts() public static method

public static GetSplitInts ( ) : int[]
return int[]

GetSplitInts() public static method

public static GetSplitInts ( string input ) : int[]
input string
return int[]

IsNonLeftTurn() public static method

public static IsNonLeftTurn ( Vector firstLine, Vector secondLine ) : bool
firstLine Vector
secondLine Vector
return bool

Main() public static method

public static Main ( string args ) : void
args string
return void

ReadInt() public static method

public static ReadInt ( ) : int
return int