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