Project Description: In this project, we learned how to create fractal designs using three different methods which included, (1), generating Koch curves through repeated line transformations, (2), creating square-based patterns by modifying and rotating segments, and (3), constructing Minkowski curves by rotating segments in some really interesting ways and defining blocks of code to make the process easier. I was ill for part of this project, so some of my later attempts were not as strong as my initial coding.
Coding Key:Â
1: Classic Koch Curve Generation 1
2: Classic Koch Curve Generation 2
3: Classic Koch Curve Generation 3
4: Classic Koch Curve Snowflake
Up-Arrow: Square Generation 1
Down-Arrow: Square Generation 2 (Attempt)
A: Minkowski Generation 1
B: Minkowski Generation 2 (Attempt)