BlockLattice

Undocumented in source.

Alias This

lattice

Members

Aliases

Coord
alias Coord = Repeat!(N, int)
Undocumented in source.

Functions

getBlock
Ct[] getBlock(Coord )
Undocumented in source. Be warned that the author may not have intended to support it.
getBlock
Ct[] getBlock(Coord )
Undocumented in source. Be warned that the author may not have intended to support it.
iterateBlocks
void iterateBlocks(void delegate(Coord) d)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateBlocks
void iterateBlocks(void delegate(Coord) d)
Undocumented in source. Be warned that the author may not have intended to support it.
setBlock
void setBlock(Coord , Ct[] )
Undocumented in source. Be warned that the author may not have intended to support it.
setBlock
void setBlock(Coord , Ct[] )
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lattice
Lattice!(Ct, N) lattice;
Undocumented in source.

Meta