clone method

Implementation

SphericalHarmonics3 clone() {
  return SphericalHarmonics3().copy(this);
}