Returns a new spherical with the same radius, phi and theta properties as this one.
Spherical clone() { return Spherical().copy(this); }