home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / e / Exemples / Bezier.readme < prev    next >
Encoding:
Text File  |  1998-09-25  |  425 b   |  15 lines

  1. Short:    Draw bezier curves with E
  2. Author:   Storm/Cydonia, Kyzer/CSG
  3. Uploader: Kyzer/CSG
  4. Type:     dev/e
  5. Replaces: dev/e/bezier.lha
  6.  
  7. An example of the 'recursive subdivision' method of drawing bezier curves,
  8. as explained in Defy #4 (this article is included)
  9.  
  10. Furthermore, it demonstrates the following topics:
  11. ASL ScreenMode requester
  12. Intuition double-buffering
  13. Use of fixed-point math. (fixed.m)
  14. Basic 680x0 instructions
  15.