Beispiel #1
0
 public void appendAngularJoint(SWIGTYPE_p_btSoftBody__AJoint__Specs specs, btSoftBody body) {
   SoftbodyJNI.btSoftBody_appendAngularJoint__SWIG_3(
       swigCPtr,
       this,
       SWIGTYPE_p_btSoftBody__AJoint__Specs.getCPtr(specs),
       btSoftBody.getCPtr(body),
       body);
 }
Beispiel #2
0
 public void appendAngularJoint(
     SWIGTYPE_p_btSoftBody__AJoint__Specs specs,
     SWIGTYPE_p_btSoftBody__Cluster body0,
     SWIGTYPE_p_btSoftBody__Body body1) {
   SoftbodyJNI.btSoftBody_appendAngularJoint__SWIG_0(
       swigCPtr,
       this,
       SWIGTYPE_p_btSoftBody__AJoint__Specs.getCPtr(specs),
       SWIGTYPE_p_btSoftBody__Cluster.getCPtr(body0),
       SWIGTYPE_p_btSoftBody__Body.getCPtr(body1));
 }