Class Particles

java.lang.Object
org.woehlke.simulation.dla.model.Particles
All Implemented Interfaces:
java.io.Serializable, DiffusionLimitedAggregation

public class Particles
extends java.lang.Object
implements DiffusionLimitedAggregation
Diffusion Limited Aggregation. (C) 2006 - 2013 Thomas Woehlke. https://thomas-woehlke.blogspot.com/2016/01/diffusion-limited-aggregation.html
Author:
Thomas Woehlke Date: 27.08.13 Time: 14:57
See Also:
Serialized Form
  • Constructor Details

    • Particles

      public Particles​(Point worldDimensions)
  • Method Details

    • getParticles

      public java.util.List<Point> getParticles()
    • move

      public void move()
    • getDendriteColor

      public int getDendriteColor​(int x, int y)