PyramidCoords
Description
Coordinates of a tile in a pyramid (see IPyramidBase).
Public / Constructors
Public / Methods
Child
Returns the coordinates of a child node.
Child indices are mapped to tile coordinates as follows:
+---+---+ | | 0 | 1 | | +---+---+ ----+---> X | 2 | 3 | | +---+---+ v Y
- See also