Esempio n. 1
0
 public IParticleOnCurve weight(float w) {
   super.weight(w);
   return this;
 }
Esempio n. 2
0
 public IParticleOnCurve weight(double w) {
   super.weight(w);
   return this;
 }