Vehicles
Classes
Class | Description | |
---|---|---|
![]() | Car |
Class Car
|
![]() | Chassis |
Basic rigid body to represent a single chassis - at the moment
no moving components. You can inherit from this and pass your
own version to Car (TODO - tidy up this)
|
![]() | ChassisBody |
Extend tBody to allow for adding on car-specific forces (e.g.
wheel/drive forces) - i.e. when we get asked to add on forces
give the car the opportunity to do stuff
|
![]() | Wheel |
Class Wheel
|