Assignment 9: Koch Snowflake

The assignment is very simple: write less than 10 lines of code to compute the koch snowflake. I give you the entire framework, graphics, geometry etc. There are two things you have to do:

1.      understand my code and the classes involved

2.      fill in the missing recursion method. It's less than 10 lines of code, I swear.

 

For details on the koch snowflake, please go to my previous semester. The description there is way more detailed, since i did not provide any source code. Please look anyway.

My netbeans project (recursion method missing) is HERE. It is deliberately not over-commented. You need to understand how it works before you code.

 

 

Deadlines:

·         11/10 for 6 points, 11/17 for 0 points.