Branch Assignment

From CSE425S Wiki
Revision as of 04:15, 15 September 2020 by Dennis.cosgrove (talk | contribs) (Created page with "[https://en.wikipedia.org/wiki/L-system Lindenmayer system] thumb =Code to Implement= ==Branch== <nowiki>(define (branch length iter) (raise 'no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Lindenmayer system

Dragon trees.jpg


Code to Implement

Branch

(define (branch length iter)
  (raise 'not-yet-implemented #t))
Branch 0.svg Branch 1.svg Branch 2.svg Branch 3.svg Branch 4.svg Branch 5.svg Branch 6.svg Branch 7.svg
iter=0 iter=1 iter=2 iter=3 iter=4 iter=5 iter=6 iter=7