Describes a hit between a CCT and another CCT. Passed to onControllerHit(). More...
#include <PxController.h>
Public Attributes | |
PxController * | other |
Touched controller. More... | |
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 another CCT. Passed to onControllerHit().
PxController* PxControllersHit::other |
Touched controller.