zero method

Implementation

SphericalHarmonics3 zero() {
  for (var i = 0; i < 9; i++) {
    coefficients[i].set(0, 0, 0);
  }

  return this;
}