PxCache Struct Reference

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...
 

Detailed Description

A structure to cache contact information produced by LL contact gen functions.

Constructor & Destructor Documentation

◆ PxCache()

PX_FORCE_INLINE PxCache::PxCache ( )
inline

Member Function Documentation

◆ reset()

PX_FORCE_INLINE void PxCache::reset ( )
inline

Member Data Documentation

◆ mCachedData

PxU8* PxCache::mCachedData

Cached data pointer. Allocated via PxCacheAllocator.

◆ mCachedSize

PxU16 PxCache::mCachedSize

The total size of the cached data.

◆ mManifoldFlags

PxU8 PxCache::mManifoldFlags

Manifold flags used to identify the format the cached data is stored in.

◆ mPairData

PxU8 PxCache::mPairData

Pair data information used and cached internally by some contact gen functions to accelerate performance.


The documentation for this struct was generated from the following file: