예제 #1
0
        public override bool isInside(btVector3 pt, float tolerance)
        {
            bool ret = BulletPINVOKE.btBoxShape_isInside(swigCPtr, btVector3.getCPtr(pt), tolerance);

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