pilot.Path2D

Class

Path2D represents a 2D path made of individual pilot.PathPoint2D points, in a given coordinate system.

Inherits from pilot.Sample.

Fields

Hash64 job

Unique job id for this path / goal.

vector<PathPoint2D *> points

List of path points, see pilot.PathPoint2D.