Computes the distance from this vector to v.
double distanceTo(Vector3 v) { return math.sqrt(distanceToSquared(v)); }