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

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