예제 #1
0
 public synchronized IParticleOnCurve upush(double uforce) {
   particle.upush(uforce);
   return this;
 }