CarChassis Class Reference
A generic car chassis. More...
#include <CarChassis.hh>
Inheritance diagram for CarChassis:
Public Member Functions | |
CarChassis (World *world) | |
Construct. | |
virtual | ~CarChassis () |
Destructor. | |
virtual int | Load (WorldFile *file, WorldFileNode *node) |
Load the model. | |
virtual int | Init (WorldFile *file, WorldFileNode *node) |
Initialize the model. | |
virtual int | Fini () |
Finalize the model. | |
virtual void | Update (double step) |
Update the model state. |
Detailed Description
A generic car chassis.
Constructor & Destructor Documentation
|
Construct.
|
|
Destructor.
|
Member Function Documentation
|
Load the model.
Implements Model. |
|
Initialize the model.
Implements Model. |
|
Finalize the model.
Implements Model. |
|
Update the model state.
Implements Model. |
The documentation for this class was generated from the following files: