Returns the Euclidean distance to other
other
double distanceTo(Point other) { return toVector().distanceTo(other.toVector()); }