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