Combines a shape pointer and the actor the shape belongs to into one memory location. More...
#include <PxQueryReport.h>
Public Member Functions | |
PX_INLINE | PxActorShape () |
PX_INLINE | PxActorShape (PxRigidActor *a, PxShape *s) |
Public Attributes | |
PxRigidActor * | actor |
PxShape * | shape |
Combines a shape pointer and the actor the shape belongs to into one memory location.
Used with PxVolumeCache iterator and serves as a base class for PxQueryHit.
|
inline |
|
inline |
PxRigidActor* PxActorShape::actor |
PxShape* PxActorShape::shape |