From: Derek Greene Newsgroups: rec.games.programmer,comp.os.msdos.djgpp Subject: bresenham's circle Date: Wed, 30 Jul 1997 09:44:07 -0400 Organization: MindSpring Enterprises Lines: 4 Message-ID: <33DF4527.671@mindspring.com> NNTP-Posting-Host: user-38lc8ft.dialup.mindspring.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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?