source: GTP/trunk/App/Games/Jungle_Rumble/src/physic/physics/include/NxConvexHull.h @ 1378

Revision 1378, 863 bytes checked in by giegl, 18 years ago (diff)

GTPD - Jungle Rumble - integrate into GTP SVN structure

Line 
1#ifndef NX_PHYSICS_NXCONVEXHULL
2#define NX_PHYSICS_NXCONVEXHULL
3/*----------------------------------------------------------------------------*\
4|
5|                                               Public Interface to NovodeX Technology
6|
7|                                                            www.novodex.com
8|
9\*----------------------------------------------------------------------------*/
10/** \addtogroup physics
11  @{
12*/
13
14#include "Nxp.h"
15
16#include "NxArray.h"
17class NxPlane;
18
19        /**
20        Computes
21        */
22//      NX_C_EXPORT NXP_DLL_EXPORT bool NxCreateHullFromPlanes(NxArraySDK<NxVec3>& vertices, NxU32 nbPlanes, const NxPlane* planes);
23
24/** @} */
25#endif
26
27
28//AGCOPYRIGHTBEGIN
29///////////////////////////////////////////////////////////////////////////
30// Copyright © 2005 AGEIA Technologies.
31// All rights reserved. www.ageia.com
32///////////////////////////////////////////////////////////////////////////
33//AGCOPYRIGHTEND
34
Note: See TracBrowser for help on using the repository browser.