![]() |
A structure to cache contact information produced by LL contact gen functions. More...
#include <PxCollisionDefs.h>
Public Member Functions | |
| PX_FORCE_INLINE | PxCache () |
| PX_FORCE_INLINE void | reset () |
Public Attributes | |
| PxU8 * | mCachedData |
| Cached data pointer. Allocated via PxCacheAllocator. More... | |
| PxU16 | mCachedSize |
| The total size of the cached data. More... | |
| PxU8 | mPairData |
| Pair data information used and cached internally by some contact gen functions to accelerate performance. More... | |
| PxU8 | mManifoldFlags |
| Manifold flags used to identify the format the cached data is stored in. More... | |
A structure to cache contact information produced by LL contact gen functions.
|
inline |
|
inline |
| PxU8* PxCache::mCachedData |
Cached data pointer. Allocated via PxCacheAllocator.
| PxU16 PxCache::mCachedSize |
The total size of the cached data.
| PxU8 PxCache::mManifoldFlags |
Manifold flags used to identify the format the cached data is stored in.
| PxU8 PxCache::mPairData |
Pair data information used and cached internally by some contact gen functions to accelerate performance.