- create_TwoDimDenseLattice
auto create_TwoDimDenseLattice(int width, int height, Nt* neighbourhood)
Undocumented in source.
- create_TwoDimDenseLattice
auto create_TwoDimDenseLattice(int width, int height, Nt* neighbourhood, Ct emptyCellState, Ct initialCondition)
Undocumented in source.
- create_TwoDimDenseLattice
auto create_TwoDimDenseLattice(int width, int height, Nt* neighbourhood, Ct emptyCellState, Ct delegate(int x, int y) initialCondition)
Undocumented in source.