Describes a hit between a CCT and a user-defined obstacle. Passed to onObstacleHit(). More...
#include <PxController.h>
Public Attributes | |
const void * | userData |
Public Attributes inherited from PxControllerHit | |
PxController * | controller |
Current controller. More... | |
PxExtendedVec3 | worldPos |
Contact position in world space. More... | |
PxVec3 | worldNormal |
Contact normal in world space. More... | |
PxVec3 | dir |
Motion direction. More... | |
PxF32 | length |
Motion length. More... | |
Describes a hit between a CCT and a user-defined obstacle. Passed to onObstacleHit().
const void* PxControllerObstacleHit::userData |