#include <BuildWorld.h>
Collaboration diagram for BuildDimension:
Public Member Functions | |
BuildDimension () | |
Public Attributes | |
BuildPage | pages [BUILD_SIZE] |
Classes | |
class | BuildPage |
BuildPage is a single page in the dimention. More... |
A single dimention is either the X, Y or Z axis. This class holds the tiles data for all the tiles which are prependicular to a specific axis. These tiles come in BUILD_SIZE parallel pages, each page is a matrix of BUILD_SIZE x BUILD_SIZE tiles.
BuildDimension::BuildDimension | ( | ) | [inline] |
BuildPage BuildDimension::pages[BUILD_SIZE] |