copy method

sh - The SH to copy.

Copies the given SH to this instance.

Implementation

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