Exemple #1
0
 public void BuildCell(SWIGTYPE_p_btSparseSdfT_3_t__Cell c)
 {
     BulletSoftBodyPINVOKE.btSparseSdf3_BuildCell(swigCPtr, SWIGTYPE_p_btSparseSdfT_3_t__Cell.getCPtr(c));
     if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_btSparseSdfT_3_t__Cell obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public void BuildCell(SWIGTYPE_p_btSparseSdfT_3_t__Cell c) {
   BulletSoftBodyPINVOKE.btSparseSdf3_BuildCell(swigCPtr, SWIGTYPE_p_btSparseSdfT_3_t__Cell.getCPtr(c));
   if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_btSparseSdfT_3_t__Cell obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }