home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / GRAPHICS / MEANDER.ZIP / MEANDER.DOC < prev    next >
Text File  |  1994-01-09  |  747b  |  22 lines

  1. This simple program is in the public domain.  Do what ever you like with it.
  2. I will provide answers to any question (you pay long distance -- I call 
  3. collect).  My number is 1-706-384-4093 as of 1-10-94.
  4.  
  5. Once executed, this program will ask for the endpoints of the generator of
  6. the linear fractal.  Once done, just type 9.  Assumed are the endpoints (0,0)
  7. at the beginning, and (1,0) at the end.
  8.  
  9. Next for the base figure.  Same deal.  Enter 9 when done.  No assumed coords.
  10.  
  11. Lastly, the order.
  12.  
  13. For example, the famous Sierpinski's gasket:
  14. Gen: (.5,0) (.25,.43) (.75,.43) (.5,0)
  15. Base: (-1,0) (1,0)
  16. Suggested order: 5
  17.  
  18. For Koch snowflake:
  19. Gen: (.33,0) (.5,.23) (.66,0)
  20. Base: (-1,1) (1,1) (0,-.732) (-1,1)
  21. Suggested order: 6
  22.