PxActorShape Struct Reference

collection of set bits defined in PxHitFlag. More...

#include <PxQueryReport.h>

Inheritance diagram for PxActorShape:
Collaboration diagram for PxActorShape:

Public Member Functions

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

Public Attributes

PxRigidActoractor
 
PxShapeshape
 

Detailed Description

collection of set bits defined in PxHitFlag.

See also
PxHitFlag 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

Constructor & Destructor Documentation

◆ PxActorShape() [1/2]

PX_INLINE PxActorShape::PxActorShape ( )
inline

◆ PxActorShape() [2/2]

PX_INLINE PxActorShape::PxActorShape ( PxRigidActor a,
PxShape s 
)
inline

Member Data Documentation

◆ actor

PxRigidActor* PxActorShape::actor

◆ shape

PxShape* PxActorShape::shape

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