AIWheeledVehicle Class Reference#include <aiWheeledVehicle.h>
Inheritance diagram for AIWheeledVehicle:
[legend]
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
-
| ModeStop |
|
| ModeMove |
|
| ModeStuck |
|
| ModeReverse |
|
- Enumerator:
-
| SteerNull |
|
| Left |
|
| Right |
|
| Straight |
|
| TurnAround |
|
Constructor & Destructor Documentation
| AIWheeledVehicle::AIWheeledVehicle |
( |
|
) |
|
Member Function Documentation
| F32 AIWheeledVehicle::getSteeringAngle |
( |
|
) |
[protected] |
| void AIWheeledVehicle::throwCallback |
( |
const char * |
name |
) |
[protected] |
| virtual bool AIWheeledVehicle::getAIMove |
( |
Move * |
move |
) |
[protected, virtual] |
| void AIWheeledVehicle::setMoveSpeed |
( |
const F32 |
speed |
) |
|
| F32 AIWheeledVehicle::getMoveSpeed |
( |
|
) |
const [inline] |
| void AIWheeledVehicle::setMoveTolerance |
( |
const F32 |
tolerance |
) |
|
| F32 AIWheeledVehicle::getMoveTolerance |
( |
|
) |
const [inline] |
| void AIWheeledVehicle::setMoveDestination |
( |
const Point3F & |
location, |
|
|
bool |
slowdown | |
|
) |
| | |
| Point3F AIWheeledVehicle::getMoveDestination |
( |
|
) |
const [inline] |
| void AIWheeledVehicle::stopMove |
( |
|
) |
|
Field Documentation
|