Class Summary |
AbstractVehicle |
An AbstractVehicle has the current World and a MovementTracker. |
AutomaticRightMovingV |
An AutoBasicVehicle demostrates the correct usage of the update() method
to automatically update the state of this vehicle.
An AutoBasicVehicle will automatically move left to right on the world and
return to the left side of the world once it passes the right side. |
BasicVehicle |
Basic Vehicle implementation. |
MovementTracker |
A MovementTracker tracks the current position and orientation of an object with graphics components. |