To view this content, you need to install Java from java.com

creating a Dejong Fractal based on the formular: xn = sin(a * y) - cos(b * x); yn = sin(c * x) - cos(d * y); @author roland koch, flame@flamelab.de @version 07.02.2006

Built with Processing