Structure describing parameters affecting midphase mesh structure. More...
#include <PxMidphaseDesc.h>
Public Member Functions | |
PX_FORCE_INLINE | PxMidphaseDesc () |
PX_FORCE_INLINE PxMeshMidPhase::Enum | getType () const |
Returns type of midphase mesh structure. More... | |
void | setToDefault (PxMeshMidPhase::Enum type) |
Initialize the midphase mesh structure descriptor. More... | |
bool | isValid () const |
Returns true if the descriptor is valid. More... | |
PX_FORCE_INLINE PxMidphaseDesc & | operator= (PxMeshMidPhase::Enum descType) |
Public Attributes | |
union { | |
PxBVH33MidphaseDesc mBVH33Desc | |
PxBVH34MidphaseDesc mBVH34Desc | |
}; | |
Midphase descriptors union. More... | |
Protected Attributes | |
PxMeshMidPhase::Enum | mType |
Structure describing parameters affecting midphase mesh structure.
|
inline |
References PxMeshMidPhase::eBVH33.
|
inline |
|
inline |
Returns true if the descriptor is valid.
References PxMeshMidPhase::eBVH33, and PxMeshMidPhase::eBVH34.
|
inline |
|
inline |
Initialize the midphase mesh structure descriptor.
[in] | type | Midphase mesh structure descriptor |
References PxMeshMidPhase::eBVH33, and PxMeshMidPhase::eBVH34.
union { ... } |
Midphase descriptors union.
PxBVH33MidphaseDesc PxMidphaseDesc::mBVH33Desc |
PxBVH34MidphaseDesc PxMidphaseDesc::mBVH34Desc |
|
protected |