home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 450a.lha / AmigaPlot_v2.1a / ZZfoo < prev   
Encoding:
Text File  |  1990-12-04  |  1.5 KB  |  36 lines

  1.  
  2.  
  3.  
  4.         Amiga Plot V2.1 Joe Martin 11/90  (C)Copyright 1990
  5.  
  6.  
  7.    Amiga Plot is a three dimesional mathematical function plotter. It
  8. takes a function, derived by the user, parses it into a partially
  9. compiled form and then calculates coordinates to be placed in the xyz
  10. system. AmigaPlot use hidden line removal based on a principle known
  11. as the painters algorithm.  Each time AmigaPlot goes to the screen it
  12. places a filled polygon. Starting from the most distant part of the
  13. plot it is constantly placing filled polygons in front of other
  14. polygons there by covering the hidden portions of the plot. Many
  15. aspects of the plot are user variable so that almost any combination
  16. of rotations, perspectives, and parameters for any function can
  17. produce infinite results. AmigaPlot is not intended for statistical
  18. analysis and the precision of the plot or its scale are not guaranteed.
  19.    The use of color in the plot can produce very pleasing effects
  20. especially when a feathered pallet is used. The idea of AmigaPlot is to
  21. provide an artistic approach to the sometimes dry subjects of Analytical
  22. Geometry and Trigonometry.
  23.  
  24. ******************* updates and bug fixes ***************************
  25.  
  26. 2.1a-
  27.        Amiga Dos 2.0 compatible.
  28.        Paser completely overhauled
  29.             Paser error checking added
  30.             user defined variables
  31.        More flexibility with screen arrangement
  32.        Full support for overscan via morerows or 2.0
  33.        Pen Colors are now completely configurable
  34.        Better axis rendering during plot
  35.  
  36.