DUNE: Uniform Navigational Environment
2019.02.1
|
Trajectory point.
Public Attributes | |
double | x |
double | y |
double | z |
double | t |
double DUNE::Maneuvers::VehicleFormation::TPoint::t |
time coordinate offset.
Referenced by DUNE::Maneuvers::VehicleFormation::onUpdateParameters().
double DUNE::Maneuvers::VehicleFormation::TPoint::x |
X coordinate offset (North).
Referenced by DUNE::Maneuvers::VehicleFormation::consume(), DUNE::Maneuvers::VehicleFormation::desiredPath(), DUNE::Maneuvers::VehicleFormation::isApproaching(), and DUNE::Maneuvers::VehicleFormation::onUpdateParameters().
double DUNE::Maneuvers::VehicleFormation::TPoint::y |
Y coordinate offset (East).
Referenced by DUNE::Maneuvers::VehicleFormation::consume(), DUNE::Maneuvers::VehicleFormation::desiredPath(), DUNE::Maneuvers::VehicleFormation::isApproaching(), and DUNE::Maneuvers::VehicleFormation::onUpdateParameters().
double DUNE::Maneuvers::VehicleFormation::TPoint::z |
Z coordinate offset (Down).
Referenced by DUNE::Maneuvers::VehicleFormation::desiredPath(), DUNE::Maneuvers::VehicleFormation::onUpdateParameters(), and DUNE::Maneuvers::VehicleFormation::point().