Public Member Functions | Public Attributes | List of all members
PxActorShape Struct Reference

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

#include <PxQueryReport.h>

Inheritance diagram for PxActorShape:
Inheritance graph
[legend]
Collaboration diagram for PxActorShape:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

PxRigidActoractor
 
PxShapeshape
 

Detailed Description

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.

See Also
PxVolumeCache PxQueryHit

Constructor & Destructor Documentation

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

Member Data Documentation

PxRigidActor* PxActorShape::actor
PxShape* PxActorShape::shape

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


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com