utils
Class RouteUtils

java.lang.Object
  extended by utils.RouteUtils

public class RouteUtils
extends java.lang.Object


Constructor Summary
RouteUtils()
           
 
Method Summary
static double getDistance(double x1, double x2, double y1, double y2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteUtils

public RouteUtils()
Method Detail

getDistance

public static double getDistance(double x1,
                                 double x2,
                                 double y1,
                                 double y2)
Returns:
geometric distance between x1, y1 and x2, y2.