A capsule obstacle. More...
#include <PxControllerObstacles.h>
Public Member Functions | |
PxCapsuleObstacle () | |
Public Member Functions inherited from PxObstacle | |
PX_FORCE_INLINE PxGeometryType::Enum | getType () const |
Public Attributes | |
PxReal | mHalfHeight |
PxReal | mRadius |
Public Attributes inherited from PxObstacle | |
void * | mUserData |
PxExtendedVec3 | mPos |
PxQuat | mRot |
Additional Inherited Members | |
Protected Member Functions inherited from PxObstacle | |
PxObstacle () | |
Protected Attributes inherited from PxObstacle | |
PxGeometryType::Enum | mType |
A capsule obstacle.
|
inline |
References PxGeometryType::eCAPSULE.
PxReal PxCapsuleObstacle::mHalfHeight |
PxReal PxCapsuleObstacle::mRadius |