Describes a generic CCT hit. More...
#include <PxController.h>
Public Attributes | |
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 generic CCT hit.
PxController* PxControllerHit::controller |
Current controller.
PxVec3 PxControllerHit::dir |
Motion direction.
PxF32 PxControllerHit::length |
Motion length.
PxVec3 PxControllerHit::worldNormal |
Contact normal in world space.
PxExtendedVec3 PxControllerHit::worldPos |
Contact position in world space.