Method | Description | |
---|---|---|
CalculateCircle ( int radius, int originSize ) : bool[][] | ||
CalculateDisc ( int radius, int originSize ) : bool[][] |
Calculates a full circle
|
|
ConvertNumberToRomanNumberical ( int value ) : string |
Converts from a numeric value to roman numbers
|
|
GetIntValue ( string value, |
||
GetSaveGames ( string dataSetPath ) : List |
||
PlanetTypeToString ( PLANET_TYPE planetType ) : string | ||
RelationToLabel ( int relation ) : string | ||
ShipSizeToString ( int size ) : string |
Method | Description | |
---|---|---|
LogOnePlusX ( double x ) : double | ||
NormalCDFInverse ( double p ) : double | ||
RationalApproximation ( double t ) : double |
public static CalculateCircle ( int radius, int originSize ) : bool[][] | ||
radius | int | |
originSize | int | |
return | bool[][] |
public static CalculateDisc ( int radius, int originSize ) : bool[][] | ||
radius | int | |
originSize | int | Size of the object |
return | bool[][] |
public static ConvertNumberToRomanNumberical ( int value ) : string | ||
value | int | Value to convert |
return | string |
public static GetIntValue ( string value, |
||
value | string | |
r | ||
return | int |
public static GetSaveGames ( string dataSetPath ) : List |
||
dataSetPath | string | |
return | List |
public static PlanetTypeToString ( PLANET_TYPE planetType ) : string | ||
planetType | PLANET_TYPE | |
return | string |
public static RelationToLabel ( int relation ) : string | ||
relation | int | |
return | string |
public static ShipSizeToString ( int size ) : string | ||
size | int | |
return | string |