Public Attributes | List of all members
PxContactModifyPair Class Reference

An array of instances of this class is passed to PxContactModifyCallback::onContactModify(). More...

#include <PxContactModifyCallback.h>

Collaboration diagram for PxContactModifyPair:
Collaboration graph
[legend]

Public Attributes

const PxRigidActoractor [2]
 The actors which make up the pair in contact. More...
 
const PxShapeshape [2]
 The shapes which make up the pair in contact. More...
 
PxTransform transform [2]
 The shape to world transforms of the two shapes. More...
 
PxContactSet contacts
 An array of contact points between these two shapes. More...
 

Detailed Description

An array of instances of this class is passed to PxContactModifyCallback::onContactModify().

See Also
PxContactModifyCallback

Member Data Documentation

const PxRigidActor* PxContactModifyPair::actor[2]

The actors which make up the pair in contact.

Note that these are the actors as seen by the simulation, and may have been deleted since the simulation step started.

PxContactSet PxContactModifyPair::contacts

An array of contact points between these two shapes.

const PxShape* PxContactModifyPair::shape[2]

The shapes which make up the pair in contact.

Note that these are the shapes as seen by the simulation, and may have been deleted since the simulation step started.

PxTransform PxContactModifyPair::transform[2]

The shape to world transforms of the two shapes.

These are the transforms as the simulation engine sees them, and may have been modified by the application since the simulation step started.


The documentation for this class 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