clone method

Sphere clone()

Implementation

Sphere clone() {
  return Sphere(null, null).copy(this);
}