.: Tetra-circle Fractal :.
Warning: if you use as depth a "big number", your system may stop working!
In fact, the number doesn't need to be really big, because the function that describes the growing number of objects
on this
script is a base four exponential:
being
k the depth, the number of objects is given by an expression like
K1 + (40+41+42+...+4k).
depth | number of objects | total |
0: |
2+12 * (40) | = 2+12 |
1: |
2+12 * (40+41) | = 2+60 |
2: |
2+12 * (40+41+42) | = 2+252 |
3: |
2+12 * (40+41+42+43) | = 2+1020 |
Table 1: the growing number of objects for the recurrent script Tetra-circle.