hls-0.15: Haskell Lindenmayer Systems

Safe HaskellSafe-Inferred
LanguageHaskell98

LSystem.Systems

Contents

Description

Synopsis

LSystem definitions

With turning angle and line scalar

Line sets

l0l :: [Ln R] Source

lDl :: [Ln R] Source

lCl :: [Ln R] Source

lBl :: [Ln R] Source

lAl :: [Ln R] Source

l9l :: [Ln R] Source

l8l :: [Ln R] Source

l7l :: [Ln R] Source

l6l :: [Ln R] Source

l5l :: [Ln R] Source

l4l :: [Ln R] Source

l3l :: [Ln R] Source

l2l :: [Ln R] Source

l1l :: [Ln R] Source

PS Images

systems_ps :: FilePath -> IO () Source

Generate postscript file with drawings of l0 through lD.

systems_ps "/tmp/hls.ps"
System.Process.system "gv /tmp/hls.ps"