Assignment 75 - Koch Curve

drawing

Understand how to use recursion to create complex shapes like the koch curve and koch snowflake. Use AffineTransform to rotate in Java.

## Programming

  1. Convert degrees into radians
  2. Define the two endpoints of the line segment for the koch curve
  3. Create a SymbolCollection and a Polyline
  4. Generate the koch curve
  5. Define a third point for an equilateral triangle
  6. Generate the koch snowflake

Help

Python Resources:

Symbol Collection Polyline

Java Resources:

Symbol Collection Polyline

C++ Resources:

Symbol Collection Polyline