home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / fracl / 1387 < prev    next >
Encoding:
Text File  |  1993-01-28  |  842 b   |  26 lines

  1. Newsgroups: bit.listserv.frac-l
  2. Path: sparky!uunet!think.com!spool.mu.edu!torn!spartan.ac.BrockU.CA!dboese
  3. From: dboese@spartan.ac.BrockU.CA (Darcy Boese)
  4. Subject: Scientific American
  5. Message-ID: <1993Jan28.160509.10362@spartan.ac.BrockU.CA>
  6. Organization: Brock University, St. Catharines Ontario
  7. X-Newsreader: Tin 1.1 PL4
  8. Date: Thu, 28 Jan 1993 16:05:09 GMT
  9. Lines: 15
  10.  
  11. After a lot of messing around, I discovered that using |x| is not the same
  12. as abs(x) in Fractint formula files.  In any case, I finally managed to get
  13. a Fractint formula for the fuzzy logic image from the February 1993 issue
  14. of Scientific American:
  15.  
  16. -----CUT HERE-----
  17. fuzzy {
  18. a=real(pixel), b=imag(pixel):
  19. x=1-abs(a-b), y=1-abs(b-1+a), a=x, b=y, sqr(abs(a*a)+abs(b*b))<=p1
  20. }
  21. -----CUT HERE-----
  22.  
  23. To center this on your screen use the command corners=-2/3/2.5/-1.5
  24.  
  25. Enjoy!
  26.