home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11760 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  989 b 

  1. Path: sparky!uunet!gatech!ncar!noao!amethyst!organpipe.uug.arizona.edu!news
  2. From: dave@cs.arizona.edu (Dave Schaumann)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: fast circle
  5. Message-ID: <1992Jul30.152602.2074@organpipe.uug.arizona.edu>
  6. Date: 30 Jul 92 15:26:02 GMT
  7. References: <29JUL199223461993@venus.tamu.edu>
  8. Sender: news@organpipe.uug.arizona.edu
  9. Reply-To: dave@cs.arizona.edu (Dave Schaumann)
  10. Distribution: usa
  11. Organization: University of Arizona
  12. Lines: 11
  13. In-Reply-To: jle9162@venus.tamu.edu (ECKHARDT, JASON LEE)
  14.  
  15. In article <29JUL199223461993@venus.tamu.edu>, jle9162@venus (ECKHARDT, JASON LEE) writes:
  16. >  I'm looking for a FAST circle algorithm...'C' code or pseudocode, it
  17. >doesn't matter, as long as it cooks.
  18.  
  19. Assuming that you're talking about an algorithm that will draw a
  20. circle on a bit-mapped display, check out chapter 3 of _Computer
  21. Graphics: Principles and Practice_ by Foley, et. al.  It has a very
  22. nice algorithm that uses integers and no multiplies.
  23.  
  24. -- 
  25. What signature?
  26.