public IParticleOnCurve weight(float w) {
   super.weight(w);
   return this;
 }
 public IParticleOnCurve weight(double w) {
   super.weight(w);
   return this;
 }