On Fri, Aug 17, 2007 at 02:15:52AM -0400, Sean C. McCord wrote: > > Interesting but extremely complex for a simple problem. > > I am not speaking with any knowledge of interfacing to the GPS, but a > distance calculation is utterly trivial. Just take the cubed root (3D) of > the differences. There is nothing complex about it.
Argh. Would you believe I was a physics major? Cubed @#$% root. Distance: Square Root of ( ( difference of x squared ) + ( difference of y squared) + ( difference of z squared ) )
