Class Summary |
Car |
Description: This class represents the standard racecode-car. |
CompilingClassLoader |
Description: A classloader that compiles java files to classes before
loading them. |
Curve |
Description: Curve is a subclass of part and descriptes a curve in the track. |
Driver |
Description: This interface describes the functions for a driver class. |
DriverCommand |
Description: DriverCommand holds the commands a driver can
give in one timestep. |
DriverInformation |
Description: An instance of this class is given to each bot to inform it
about the current situation. |
Line |
Description: Line provides functions to handle lines. |
Race |
Description: Contains the information for a race. |
Segment |
Description: Interface for the description of track segments. |
SegmentInformation |
Description: Provides the information a driver can get about a segment. |
SimpleClassLoader |
Description: A classloader that compiles java files to classes before
loading them. |
Straight |
Description: Represent a straight in the track. |
Track |
Description: Track contains the information about a track and it's parts. |
Util |
Description: |
Vec |
Description: Stores a vector and provides lots of funtions for handling
vectors. |