PxControllerObstacleHit Struct Reference

Describes a hit between a CCT and a user-defined obstacle. Passed to onObstacleHit(). More...

#include <PxController.h>

Inheritance diagram for PxControllerObstacleHit:
Collaboration diagram for PxControllerObstacleHit:

Public Attributes

const void * userData
 
- Public Attributes inherited from PxControllerHit
PxControllercontroller
 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...
 

Detailed Description

Describes a hit between a CCT and a user-defined obstacle. Passed to onObstacleHit().

See also
PxUserControllerHitReport.onObstacleHit() PxObstacleContext

Member Data Documentation

◆ userData

const void* PxControllerObstacleHit::userData

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