public interface StationData
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_VERSION_ |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
pickPoint(Mover mover)
Returns the next point that a Mover in the formation should attempt to
intercept.
|
static final java.lang.String _VERSION_
java.awt.geom.Point2D pickPoint(Mover mover)
mover
- The Mover that represents the guide (ZZ)