Results 1 to 9 of 9

Thread: map program

Hybrid View

  1. #1

    Default

    Quote Originally Posted by Krussian Russian View Post
    You can just use this formula, its what I used in my program:

    SquareRoot((X1-X2)²+(Y1-Y2)²)
    do you use that with excel?

  2. #2

    Default

    Quote Originally Posted by FEARDIZ View Post
    do you use that with excel?
    Got it , thanks
    =(((X1-X2)^2)+((Y1-Y2)^2))/2

    but this doesn't account for the wrap.. example .. whatever the highest cord is, the next number is 0
    like if 499 499 is the edge, the next cord is 0 0 not 500 500
    Last edited by FEARDIZ; 08-18-2009 at 02:35 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •