DiffusionLimitedAggregation

doodle.image.examples.DiffusionLimitedAggregation$

Attributes

Source:
DiffusionLimitedAggregation.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def dla(nParticles: Int, maxSteps: Int, stuck: Random[List[Point]]): Random[List[Point]]
def isStuck(point: Point, stuck: List[Point]): Boolean
def makeImage(nParticles: Int, maxSteps: Int): Random[Image]
def walk(maxSteps: Int, stuck: List[Point]): Random[Option[Point]]