PxActorShape

Defined in include/PxQueryReport.h

Inheritance Relationships

Derived Types

struct PxActorShape

Combines a shape pointer and the actor the shape belongs to into one memory location.

Serves as a base class for PxQueryHit.

See also

PxQueryHit

Subclassed by PxOverlapHit, PxRaycastHit, PxSweepHit

Public Functions

inline PxActorShape()
inline PxActorShape(PxRigidActor *a, PxShape *s)

Public Members

PxRigidActor *actor
PxShape *shape