Expand description
Defines and generates L-systems.
Structs§
- Action
String - Represents a series of
DrawActions. - Draw
Rules - Gives the specification for an L-system, excluding the initial string.
- Initialized
Draw Rules - Gives the specification for an L-System, including the intitial string.
- Rewrite
Rules - Describes the rewriting rules that will be iterated.
- Rule
Assignment - Represents an assignment of
chars toDrawActions.
Enums§
- Draw
Action - Represents the various actions that can be assigned to characters in a string.