Module rules

Module rules 

Source
Expand description

Defines and generates L-systems.

Structs§

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

Enums§

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