copy method
sh
- The SH to copy.
Copies the given SH to this instance.
Implementation
SphericalHarmonics3 copy(SphericalHarmonics3 sh) {
return set(sh.coefficients);
}
sh
- The SH to copy.
Copies the given SH to this instance.
SphericalHarmonics3 copy(SphericalHarmonics3 sh) {
return set(sh.coefficients);
}