Smoke

doodle.image.examples.Smoke
object Smoke

Attributes

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

Members list

Value members

Concrete methods

def cool(color: Color): Random[Color]

Attributes

Source
Smoke.scala
def particle(point: Point, color: Color, radius: Double): Image

Attributes

Source
Smoke.scala
def perturb(point: Point): Random[Point]

Attributes

Source
Smoke.scala
def randomWalk(steps: Int): Random[Image]

Attributes

Source
Smoke.scala
def step(point: Point, color: Color, radius: Double): Random[(Point, Color, Double)]

Attributes

Source
Smoke.scala
def widen(radius: Double): Random[Double]

Attributes

Source
Smoke.scala

Concrete fields

val drift: Vec

Attributes

Source
Smoke.scala

Attributes

Source
Smoke.scala

Attributes

Source
Smoke.scala