Exemple #1
0
 public double distance(Point3D other) {
   Point3D converted = other.convertFor(this);
   return Point3D.euclideanDistance(this, converted);
 }