Assignment 75 - Koch Curve
Understand how to use recursion to create complex shapes like the koch curve and koch snowflake.
Use AffineTransform to rotate in Java.
Programming
- Convert degrees into radians
- Define the two endpoints of the line segment for the koch curve
- Create a SymbolCollection and a Polyline
- Generate the koch curve
- Define a third point for an equilateral triangle
- Generate the koch snowflake
Help
Python Resources:
Symbol Collection
Polyline
Java Resources:
Symbol Collection
Polyline
C++ Resources:
Symbol Collection
Polyline