Esempio n. 1
0
 public Node getNode(int idx) {
   long cPtr = SoftbodyJNI.btSoftBody_getNode(swigCPtr, this, idx);
   return (cPtr == 0) ? null : new Node(cPtr, false);
 }