From: "Chris Lomont" Newsgroups: rec.games.programmer,comp.os.msdos.djgpp Subject: Re: bresenham's circle Date: 31 Jul 1997 03:09:19 GMT Organization: Izi Wa Computer Misc Lines: 13 Message-ID: <01bc9d5f$25e638b0$0f02000a@128> References: <33DF4527 DOT 671 AT mindspring DOT com> NNTP-Posting-Host: omni.cc.purdue.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Derek Greene wrote in article <33DF4527 DOT 671 AT mindspring DOT com>... > i have used bresenham's circle routines experimentally, it has GREAT > speed (more so then lookup tables I think :) buuut, it leaves gaps, > right gaps, in the circle, has anyone else noticed this? can anyone > tell me what's wrong, is there ANY way to fix this? It shouldn't leave gaps. Search the net and find the bug in your code Chris Lomont