This script draws the Koch's fractal by using its L-system expression, that is:constants: + = turn left 60 degrees - = turn right 120 degreesvariables: Ftrigger: Frules: F = F + F - F + F
Ratings & Comments
0 Comments