PxControllerHit Struct Reference

Describes a generic CCT hit. More...

#include <PxController.h>

Inheritance diagram for PxControllerHit:
Collaboration diagram for PxControllerHit:

Public Attributes

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 generic CCT hit.

Member Data Documentation

◆ controller

PxController* PxControllerHit::controller

Current controller.

◆ dir

PxVec3 PxControllerHit::dir

Motion direction.

◆ length

PxF32 PxControllerHit::length

Motion length.

◆ worldNormal

PxVec3 PxControllerHit::worldNormal

Contact normal in world space.

◆ worldPos

PxExtendedVec3 PxControllerHit::worldPos

Contact position in world space.


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