Next: , Previous: The Track Library, Up: Code Reference


3.11 The Body Library

A Body describes a three-dimensional rigid body made up of point particles. These particles are described by Particle and its subclasses. Position and orientation for both Bodys and Particles is provided by the Frame base class. The Car class is derived from Body

          Frame
          ^   ^
         /     \
      Body o---Particle
       ^
       |
      Car