| |||||
| |||||
Description | |||||
LSystem growth. | |||||
Synopsis | |||||
| |||||
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 |