#include <worldmap.h>
|
static float | Deg (int x, int y, int size) |
|
static float | R (int x, int y, int size) |
|
static void | Circle (int min_rad, int max_rad, char ch, int size, char *map) |
|
static void | PieceOfEden (int x, int y, char *map, size_t map_size) |
|
static void | MakeAndSaveSpawn (QString world_name, int size, long *longitude, long *latitude) |
|
Definition at line 25 of file worldmap.h.
WorldMap::WorldMap |
( |
QString |
world_name | ) |
|
|
explicit |
void WorldMap::Circle |
( |
int |
min_rad, |
|
|
int |
max_rad, |
|
|
char |
ch, |
|
|
int |
size, |
|
|
char * |
map |
|
) |
| |
|
staticprivate |
float WorldMap::Deg |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
size |
|
) |
| |
|
staticprivate |
void WorldMap::GenerateMap |
( |
QString |
world_name, |
|
|
int |
size, |
|
|
char |
outer, |
|
|
int |
seed |
|
) |
| |
|
static |
int WorldMap::GetSpawnCoordinate |
( |
int |
size | ) |
|
|
static |
long WorldMap::GetSpawnLatitude |
( |
| ) |
const |
long WorldMap::GetSpawnLongitude |
( |
| ) |
const |
void WorldMap::MakeAndSaveSpawn |
( |
QString |
world_name, |
|
|
int |
size, |
|
|
long * |
longitude, |
|
|
long * |
latitude |
|
) |
| |
|
staticprivate |
void WorldMap::PieceOfEden |
( |
int |
x, |
|
|
int |
y, |
|
|
char * |
map, |
|
|
size_t |
map_size |
|
) |
| |
|
staticprivate |
float WorldMap::R |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
size |
|
) |
| |
|
staticprivate |
char WorldMap::TypeOfShred |
( |
long |
longi, |
|
|
long |
lati |
|
) |
| const |
long WorldMap::spawnLatitude |
|
private |
long WorldMap::spawnLongitude |
|
private |
The documentation for this class was generated from the following files: