Computes the euclidean distance between this 3D vector and the given one.
double distanceTo(Vector3 v ) { return math.sqrt( squaredDistanceTo( v ) ); }