View Single Post
  #2 (permalink)  
Old 05-03-2008, 05:13 PM
soku11 soku11 is offline
Newbie
 
Join Date: May 2008
Location: Warsaw, Poland
Posts: 12
Credits: 0
Rep Power: 0
soku11 is on a distinguished road
Default Re: Calculating Line Length

The formula is something like this:
Code:
d=Sqrt[(x_a-x_b)^2+(y_a-y_b)^2]
Its coming from the pythagoras theory Is it what you wanted??
Reply With Quote