Ejemplo n.º 1
0
        public override btVector3 localGetSupportingVertexWithoutMargin(btVector3 vec)
        {
            btVector3 ret = new btVector3(BulletPINVOKE.btBoxShape_localGetSupportingVertexWithoutMargin(swigCPtr, btVector3.getCPtr(vec)), true);

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