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 >
Text File  |  1994-07-14  |  276b  |  12 lines

  1. //
  2. // SinSwirl - One the original animations I created using constant variation;
  3. //      a great swirling effect with a basic fractal type
  4. //
  5. // Brian Towles 1994
  6. //
  7. /tmandelfn
  8. /afunction=sin maxiter=500 inside=0
  9. /i-6,6,-4.5,4.5
  10. /0:x*2*cos(x*p*4)
  11. /1:x*2*sin(x*p*4)
  12.