#include <PxBoxController.h>
Public Member Functions | |
PX_INLINE | PxBoxControllerDesc () |
constructor sets to default. | |
virtual PX_INLINE | ~PxBoxControllerDesc () |
PX_INLINE | PxBoxControllerDesc (const PxBoxControllerDesc &) |
copy constructor. | |
PX_INLINE PxBoxControllerDesc & | operator= (const PxBoxControllerDesc &) |
assignment operator. | |
virtual PX_INLINE void | setToDefault () |
(re)sets the structure to the default. | |
virtual PX_INLINE bool | isValid () const |
returns true if the current settings are valid | |
Public Attributes | |
PxF32 | halfHeight |
Half height. | |
PxF32 | halfSideExtent |
Half side extent. | |
PxF32 | halfForwardExtent |
Half forward extent. | |
Protected Member Functions | |
PX_INLINE void | copy (const PxBoxControllerDesc &) |
virtual PX_INLINE PxBoxControllerDesc::~PxBoxControllerDesc | ( | ) | [inline, virtual] |