View Single Post
  #9  
Old 09-26-2002, 03:29 PM
Kolo
Hill Giant
 
Join Date: Jul 2002
Location: Chicago Suburb
Posts: 103
Default

So, basically, if we tell you that we could develop such a program that would go through, check to make sure all the "x,y,z"'s were say at least 10 coordinates apart and delete anything/store duplicates elswhere for review, that you would give us the table layout....

Data crunching is what I'm good at....

I believe the formula:
Cube Root of ((SQR(x1^2+x2^2))^3 + (SQR(y1^2+y2^2))^3 + (SQR(z1^2+z2^2))^3)
Would return the distance between spawns...I'm pulling that out my ass right now, havent tested it, and it's been a while since my last math class. The part I'm questioning is if the cubing and cube root would work. If anyone knows off the top of their heads :P please post info.
Reply With Quote