Adaptagrams
|
A checkpoint is a point that the route for a particular connector must visit. They may optionally be given an arrival/departure direction. More...
#include <connector.h>
Public Member Functions | |
Checkpoint (const Point &p) | |
A point that a route must visit. More... | |
Checkpoint (const Point &p, ConnDirFlags ad, ConnDirFlags dd) | |
A point that a route must visit. More... | |
A checkpoint is a point that the route for a particular connector must visit. They may optionally be given an arrival/departure direction.
|
inline |
A point that a route must visit.
The connector will be able to enter and leave this checkpoint from any direction.
[in] | p | The Point that must be visited. |
|
inline |
A point that a route must visit.
The connector will be able to enter and leave this checkpoint from the directions specified. Give Avoid::ConnDirAll to specify all directions.
[in] | p | The Point that must be visited. |
[in] | ad | Avoid::ConnDirFlags denoting arrival directions for the connector portion leading up to this checkpoint. |
[in] | dd | Avoid::ConnDirFlags denoting departure directions for the connector portion leading away from this checkpoint. |