User:Laurier Rochon/prototyping/l-systems
< User:Laurier Rochon
Revision as of 10:23, 10 June 2011 by Laurier Rochon (talk | contribs)
L-Systems
Using basic transformation rules such as :
- Axiom: F-F-F-F
- Rule : F -> FF-F-F-F-FF
- Angle: 90
- Steps: 4
What the symbols mean
F is forward by X pixels + is turn Y degrees - is turn -Y degrees [ is record the current state ] restore the matching last ] state
Will yield something like :
Other set of rules...