Example #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_AJoint__Specs obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #2
0
 public void appendAngularJoint(SWIGTYPE_p_AJoint__Specs specs, btSoftBody body)
 {
     BulletSoftBodyPINVOKE.btSoftBody_appendAngularJoint__SWIG_3(swigCPtr, SWIGTYPE_p_AJoint__Specs.getCPtr(specs), btSoftBody.getCPtr(body));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_AJoint__Specs obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }