示例#1
0
 public static double getDistance(StandardEntity se1, StandardEntity se2) {
   return Utils.distance(
       se1.getLocation().first(),
       se1.getLocation().second(),
       se2.getLocation().first(),
       se2.getLocation().second());
 }