clone method
Returns a new instance of SphericalHarmonics3 with equal coefficients.
Implementation
SphericalHarmonics3 clone() {
return SphericalHarmonics3().copy(this);
}
Returns a new instance of SphericalHarmonics3 with equal coefficients.
SphericalHarmonics3 clone() {
return SphericalHarmonics3().copy(this);
}