Interface ICA2DRule
Interface for discrete 2D CA rules.
public interface ICA2DRule
Methods
ProcessRule(CA2D, int, int)
Process rule.
int ProcessRule(CA2D ca, int x, int y)
Parameters
Returns
- int
The new cell value after applying the rule.