voxelman.storage.region

Members

Functions

ceiling
int ceiling(float X)
Undocumented in source. Be warned that the author may not have intended to support it.
ceiling_neg
int ceiling_neg(float X)
Undocumented in source. Be warned that the author may not have intended to support it.
ceiling_pos
int ceiling_pos(float X)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CHUNK_HEADER_SIZE
enum CHUNK_HEADER_SIZE;
Undocumented in source.
HEADER_SIZE
enum HEADER_SIZE;
Undocumented in source.
MAX_CHUNK_SECTORS
enum MAX_CHUNK_SECTORS;
Undocumented in source.
NUM_HEADER_SECTORS
enum NUM_HEADER_SECTORS;
Undocumented in source.
REGION_SIZE
enum REGION_SIZE;
Undocumented in source.
REGION_SIZE_CUBE
enum REGION_SIZE_CUBE;
Undocumented in source.
REGION_SIZE_SQR
enum REGION_SIZE_SQR;
Undocumented in source.
SECTOR_SIZE
enum SECTOR_SIZE;
Undocumented in source.

Structs

ChunkStoreInfo
struct ChunkStoreInfo
Undocumented in source.
Region
struct Region

A storage for REGION_SIZE^3 offsets on a disk.

Meta

Authors

Andrey Penechko.