#ifndef NX_PHYSICS_NXCONVEXHULL #define NX_PHYSICS_NXCONVEXHULL /*----------------------------------------------------------------------------*\ | | Public Interface to NovodeX Technology | | www.novodex.com | \*----------------------------------------------------------------------------*/ /** \addtogroup physics @{ */ #include "Nxp.h" #include "NxArray.h" class NxPlane; /** Computes */ // NX_C_EXPORT NXP_DLL_EXPORT bool NxCreateHullFromPlanes(NxArraySDK& vertices, NxU32 nbPlanes, const NxPlane* planes); /** @} */ #endif //AGCOPYRIGHTBEGIN /////////////////////////////////////////////////////////////////////////// // Copyright © 2005 AGEIA Technologies. // All rights reserved. www.ageia.com /////////////////////////////////////////////////////////////////////////// //AGCOPYRIGHTEND