home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
inne
/
dos
/
fraktale
/
fracxtr6.exe
/
OTHER
/
FA100.ZIP
/
SINSWIRL.FA
< prev
next >
Wrap
Text File
|
1994-07-14
|
276b
|
12 lines
//
// SinSwirl - One the original animations I created using constant variation;
// a great swirling effect with a basic fractal type
//
// Brian Towles 1994
//
/tmandelfn
/afunction=sin maxiter=500 inside=0
/i-6,6,-4.5,4.5
/0:x*2*cos(x*p*4)
/1:x*2*sin(x*p*4)