path
Class KochSnowflakeExample

java.lang.Object
  extended by path.KochSnowflakeExample

public class KochSnowflakeExample
extends Object

This implements the famous Koch Snowflake.


Constructor Summary
KochSnowflakeExample()
           
 
Method Summary
static void main(String[] args)
          Print the first few polygonal approximations of the Koch Snowflake.
static SubstitutionFractal snowflake()
          Return the Koch Snowflake as a SubstitutionFractal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KochSnowflakeExample

public KochSnowflakeExample()
Method Detail

snowflake

public static SubstitutionFractal snowflake()
Return the Koch Snowflake as a SubstitutionFractal.


main

public static void main(String[] args)
Print the first few polygonal approximations of the Koch Snowflake.



Java Tutorial for Mathematics Students