| L-system prototype | |||
|
An L-system or Lindenmayer system is a formal grammar for generating strings. (That is, it is a collection of rules such as replace a Value, X with XYX.) By recursively
applying the rules of the L-system to an initial string, a string with fractal structure can be created. Interpreting this string as a set of graphical commands allows the
fractal to be displayed. comments: dave |