hls-0.11: Haskell Lindenmayer Systems

LSystem.Render.PS

Description

Postscript renderer for LSystems.

Synopsis

Documentation

renderL :: (LSystem, Double, Double) -> Int -> Double -> [(Pt, Pt)]Source

Given initial ta, ls and ll values render i steps of an LSystem.

draw :: Double -> Path -> ImageSource

Given a scalar and a Path render a greyGS Image.

renderLL, renderLO :: (LSystem, Double, Double) -> Int -> Double -> PathSource

Rendering functions for grounded (ie. with ta and ls values) LSystems.