C# Class AdvancedAlgorithms.ConvexHull.ConvexHull

Rod Howarth - n6294685 Team14
Afficher le fichier Open project: RodH257/Advanced-Algorithm-Problems

Méthodes publiques

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

public static FindConvexHull ( List points ) : List
points List
Résultat List

GetSplitInts() public static méthode

public static GetSplitInts ( ) : int[]
Résultat int[]

GetSplitInts() public static méthode

public static GetSplitInts ( string input ) : int[]
input string
Résultat int[]

IsNonLeftTurn() public static méthode

public static IsNonLeftTurn ( Vector firstLine, Vector secondLine ) : bool
firstLine Vector
secondLine Vector
Résultat bool

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

ReadInt() public static méthode

public static ReadInt ( ) : int
Résultat int