Пример #1
0
 public void setMin(btQuadWord other)
 {
     BulletPINVOKE.btQuadWord_setMin(swigCPtr, btQuadWord.getCPtr(other));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(btQuadWord obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }