[A83] Re: Pythagorean's theorem


[Prev][Next][Index][Thread]

[A83] Re: Pythagorean's theorem



Good point... However, I do not only need to see which distance is greater,
but I also need the difference between the two.  (I am writing a real-time
physics simulation implementing springs, by the way.)  I think that I have
found a good way of going at it using a 514 byte LUT.  I am too tired to
explain it tonight... maybe tomorrow.
MWM

----- Original Message -----
From: Olof Hedman <alh@home.se>
To: <assembly-83@lists.ticalc.org>
Sent: Saturday, August 09, 2003 8:16 PM
Subject: [A83] Re: Pythagorean's theorem


> Wei Lin and Norbert Juffa and a bunch of others wrote:
> [about calculating distances]
>
> Also remember that its not always necessary to do the root when you work
> with distances.
> If you only need to compare distances with eachother, you don't have to
> do the root, just compare the squared distances with eachother. It will
> give the same result.
> Just wanted to point that out :)
> --Olle
>
>
>
>




Follow-Ups: References: