Пример #1
0
 public Face getFace(int idx) {
   long cPtr = SoftbodyJNI.btSoftBody_getFace(swigCPtr, this, idx);
   return (cPtr == 0) ? null : new Face(cPtr, false);
 }