Cell Move
An action moving cells (Nodes with a CellProperty) in the environment.
Constructors
Link copied to clipboard
constructor(environment: Environment<Double, Euclidean2DPosition>, node: Node<Double>, inPercent: Boolean, delta: Double)
Initialize an Action that move the cell of a given space delta, which can be expressed in percent of the cell's diameter or in absolute.