Vehicles

Classes

  ClassDescription
Public classCar
Class Car
Public classChassis
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)
Public classChassisBody
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
Public classWheel
Class Wheel