swarm.space
Interface Diffuse2dC


public interface Diffuse2dC
extends Ca2dS, Ca2dC

2d difussion with evaporation.. Discrete 2nd order approximation to 2d diffusion with evaporation. Math is done in integers on the range [0,0x7fff].


Method Summary
 Object initializeLattice()
          Initialize world to 0.
 
Methods inherited from interface swarm.space.Ca2dC
createEnd, setNumStates
 
Methods inherited from interface swarm.space.Discrete2dC
makeOffsets, setSizeX$Y
 

Method Detail

initializeLattice

public Object initializeLattice()
Initialize world to 0.
Specified by:
initializeLattice in interface Ca2dC