copy method

Implementation

SphericalHarmonics3 copy(SphericalHarmonics3 sh) {
  return set(sh.coefficients);
}