コード例 #1
0
ファイル: btSoftBody.java プロジェクト: JavadocMD/libgdx
 public float getVolume() {
   return SoftbodyJNI.btSoftBody_getVolume(swigCPtr, this);
 }