Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!shadooby!egrunix!nucleus!mjb From: mjb@nucleus.UUCP (Mark Bobak) Newsgroups: comp.graphics Subject: Re: smallest sphere enclosing a set of points Message-ID: <5498@nucleus.UUCP> Date: 7 Dec 89 20:49:24 GMT References: <28@ <658@cditi.UUCP> <4893@skinner.nprdc.arpa> <679@dbrmelb.dbrhi.oz> <5497@nucleus.UUCP> Reply-To: mjb@nucleus.UUCP (Mark Bobak) Organization: The Nucleus Public Access Unix, Clarkston, MI Lines: 20 In article <5497@nucleus.UUCP> mjb@nucleus.UUCP (Mark Bobak) writes: > >Distance from (0,1) to (1,0) is: >Sqrt( (0 - (-1))^2 + (1 - 0)^2 ) = Sqrt(1+1) = Sqrt(2) = 1.414 > Sorry, that should read: Distance from (0,1) to (1,0) is: Sqrt( (0 - 1)^2 + (1 - 0)^2 ) = Sqrt(1+1) = Sqrt(2) = 1.414 It didn't make a difference here, but I thought I'd better fix that before I had 18 different follow-ups pointing it out....:-) -- Mark Bobak The Nucleus Public Access Unix, Clarkston, Mi. mjb@nucleus.mi.org mjb@m-net.ann-arbor.mi.us