Ejemplo n.º 1
0
        public static btVector3 btAabbSupport(btVector3 halfExtents, btVector3 supportDir)
        {
            btVector3 ret = new btVector3(LinearMathPINVOKE.btAabbSupport(btVector3.getCPtr(halfExtents), btVector3.getCPtr(supportDir)), true);

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