Пример #1
0
        public override bool isInside(btVector3 pt, float tolerance)
        {
            bool ret = BulletPINVOKE.btBU_Simplex1to4_isInside(swigCPtr, btVector3.getCPtr(pt), tolerance);

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