Beispiel #1
0
        public static bool Intersect(btDbvtAabbMm a, btVector3 b)
        {
            bool ret = BulletPINVOKE.Intersect__SWIG_1(btDbvtAabbMm.getCPtr(a), btVector3.getCPtr(b));

            if (BulletPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }