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