ContentsIndex
LSystem.Grow
Description
LSystem growth.
Synopsis
growSystem :: Int -> LSystem -> [Command]
grow :: Int -> [Rule] -> [Command] -> [Command]
substitute :: [Rule] -> [Command] -> [Command]
Documentation
growSystem :: Int -> LSystem -> [Command]
Grow an LSystem the specified number of steps, by substituting the rules into the provided command string.
grow :: Int -> [Rule] -> [Command] -> [Command]
substitute :: [Rule] -> [Command] -> [Command]
Substitute these rules in the command string.
Produced by Haddock version 0.7