Path: utzoo!mnetor!uunet!husc6!cmcl2!nrl-cmf!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!artecon!sceard!mrm From: mrm@sceard.UUCP (M.R.Murphy) Newsgroups: comp.graphics Subject: Re: Algorithm wanted: Circle enclosing points Message-ID: <821@sceard.UUCP> Date: 4 Apr 88 18:16:02 GMT References: <496@etn-rad.UUCP> <3229@phri.UUCP> Reply-To: mrm@sceard.UUCP (0040-M.R.Murphy) Organization: Sceard Systems, Inc., Carlsbad, CA 92009 Lines: 30 In article <3229@phri.UUCP> roy@phri.UUCP (Roy Smith) writes: Try finding the maximum and minimum x coordinates, then average to get the <> center x. Do the same for y [...] look at the distances to those four <> points [...] from the center x,y and take the largest distance as the radius. < < It doesn't take much thought to show that this doesn't work. Take,