| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TrackPosition
A position on a track.
| Method Summary | |
|---|---|
 double | 
getTangentSlope()
Get the slope of the tangent at the location.  | 
 double | 
getX()
Get the x-coordinate of the current position.  | 
 double | 
getY()
Get the y-coordinate of the current position.  | 
 double | 
move(double dist)
Move the position by a certain distance on the track but not beyond the end waypoint.  | 
| Method Detail | 
|---|
double getX()
double getY()
double getTangentSlope()
double move(double dist)
dist - the distance
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||