コード例 #1
0
ファイル: IParticleOnCurve.java プロジェクト: jgooderham/iGeo
 public IParticleOnCurve weight(float w) {
   super.weight(w);
   return this;
 }
コード例 #2
0
ファイル: IParticleOnCurve.java プロジェクト: jgooderham/iGeo
 public IParticleOnCurve weight(double w) {
   super.weight(w);
   return this;
 }