RiverRat - An MIT iCampus project | http://web.mit.edu/riverrat/ |
Inheritance diagram for riverrat.StaticMark:
Public Member Functions | |
StaticMark (int newid) | |
void | update (Fix newfix) throws StaticMarkException |
Updates the target's current position with a Fix. |
Definition at line 6 of file StaticMark.java.
|
Updates the target's current position with a Fix. Shifts the current position into the top of the track Vector, and updates the target's heading based on the previous position, if the heading has not already been defined in the argument Fix. The track Vector is managed to ensure that it stays the right size.
Reimplemented from riverrat.RaceObject. Definition at line 19 of file StaticMark.java. |