#include <map.h>
Collaboration diagram for Tile:

Public Member Functions | |
| Tile () | |
| Construct a tile with no split. | |
Public Attributes | |
| halfTile | tile1 |
| halfTile | tile2 |
| tSplit | split |
|
|
Construct a tile with no split. A Tile contains two half tiles and information about how the tile is split. If a tile isn't split, the first three parts of the tile are in the first halfTile and the fourth is in th second. |
|
|
|
|
|
|
|
|
|
1.3.4