Array3d

3d array[+-size, +-size, +-size] of T

Members

Functions

opIndex
T opIndex(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
T* ptr(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset(int size)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_cells
T[] _cells;
Undocumented in source.
_size
int _size;
Undocumented in source.
_sizeBits
int _sizeBits;
Undocumented in source.

Meta