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)

Namespace: JigLibX.Vehicles
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public class Chassis
Visual Basic
Public Class Chassis
Visual C++
public ref class Chassis

Inheritance Hierarchy

System..::..Object
  JigLibX.Vehicles..::..Chassis

See Also