Expand description

Defines and generates L-systems.

Structs§

  • Represents a series of DrawActions.
  • Gives the specification for an L-system, excluding the initial string.
  • Gives the specification for an L-System, including the intitial string.
  • Describes the rewriting rules that will be iterated.
  • Represents an assignment of chars to DrawActions.

Enums§

  • Represents the various actions that can be assigned to characters in a string.