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