L-systems

From GenerativeArt

(Difference between revisions)
Jump to: navigation, search
(L Systems Growth)
(Basic Operations)
=== Basic Operations ===
=== Basic Operations ===
* n is number of iterations
* n is number of iterations
-
* δ is angle increment
+
* δ is angle increment
* d is step size (length increment)
* d is step size (length increment)
* F is move forward with length d with pen down
* F is move forward with length d with pen down
==== Example of how to interpret a string ====
==== Example of how to interpret a string ====
-
  δ = 45°
+
  δ = 45°
  d = 2
  d = 2
  F[+F]F[-F]F
  F[+F]F[-F]F

Revision as of 03:53, 14 September 2009

Personal tools