Three Ply Orbit Fractal


If your browser supported Java, You would see a nice fractal here.


This fractal's applet is just an extension of gingerbread's applet. It basically just replaces the formulas with these:

xn + 1 = yn - sgn(xn)|sin(xn)cos(b) + c - xnsin(a + b + c)|
yn + 1 = a - xn

In this fractal, a, b and c are constants which, by default are initialised to -55, -1 and -42 respectively, although these can be changed with <param> tags.