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