PxBoxController Class Reference
[Character]
Box character controller.
More...
#include <PxBoxController.h>
Inheritance diagram for PxBoxController:
Collaboration diagram for PxBoxController:
Public Member Functions | |
virtual PxF32 | getHalfHeight () const =0 |
Gets controller's half height. | |
virtual PxF32 | getHalfSideExtent () const =0 |
Gets controller's half side extent. | |
virtual PxF32 | getHalfForwardExtent () const =0 |
Gets controller's half forward extent. | |
virtual bool | setHalfHeight (PxF32 halfHeight)=0 |
Sets controller's half height. | |
virtual bool | setHalfSideExtent (PxF32 halfSideExtent)=0 |
Sets controller's half side extent. | |
virtual bool | setHalfForwardExtent (PxF32 halfForwardExtent)=0 |
Sets controller's half forward extent. | |
Protected Member Functions | |
PX_INLINE | PxBoxController () |
virtual | ~PxBoxController () |
Detailed Description
Box character controller.
- See also:
- PxBoxControllerDesc PxController
Constructor & Destructor Documentation
PX_INLINE PxBoxController::PxBoxController | ( | ) | [inline, protected] |
virtual PxBoxController::~PxBoxController | ( | ) | [inline, protected, virtual] |
Member Function Documentation
virtual PxF32 PxBoxController::getHalfForwardExtent | ( | ) | const [pure virtual] |
Gets controller's half forward extent.
- Returns:
- The half forward extent of the controller.
virtual PxF32 PxBoxController::getHalfHeight | ( | ) | const [pure virtual] |
Gets controller's half height.
- Returns:
- The half height of the controller.
virtual PxF32 PxBoxController::getHalfSideExtent | ( | ) | const [pure virtual] |
Gets controller's half side extent.
- Returns:
- The half side extent of the controller.
virtual bool PxBoxController::setHalfForwardExtent | ( | PxF32 | halfForwardExtent | ) | [pure virtual] |
Sets controller's half forward extent.
- Warning:
- this doesn't check for collisions.
- Parameters:
-
[in] halfForwardExtent The new half forward extent for the controller.
- Returns:
- Currently always true.
virtual bool PxBoxController::setHalfHeight | ( | PxF32 | halfHeight | ) | [pure virtual] |
Sets controller's half height.
- Warning:
- this doesn't check for collisions.
- Parameters:
-
[in] halfHeight The new half height for the controller.
- Returns:
- Currently always true.
virtual bool PxBoxController::setHalfSideExtent | ( | PxF32 | halfSideExtent | ) | [pure virtual] |
Sets controller's half side extent.
- Warning:
- this doesn't check for collisions.
- Parameters:
-
[in] halfSideExtent The new half side extent for the controller.
- Returns:
- Currently always true.
The documentation for this class was generated from the following file:
Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com