コード例 #1
0
        public btDbvt getDynamicAabbTree()
        {
            global::System.IntPtr cPtr = BulletPINVOKE.btCompoundShape_getDynamicAabbTree__SWIG_0(swigCPtr);
            btDbvt ret = (cPtr == global::System.IntPtr.Zero) ? null : new btDbvt(cPtr, false);

            return(ret);
        }
コード例 #2
0
 public void clone(btDbvt dest)
 {
     BulletPINVOKE.btDbvt_clone__SWIG_1(swigCPtr, btDbvt.getCPtr(dest));
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(btDbvt obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }