24#ifndef FG_ROUTE_PATH_HXX
25#define FG_ROUTE_PATH_HXX
65 double computeDistanceForIndex(
int index)
const;
72 SGGeod positionAlongVia(
flightgear::Via* via,
int previousIndex,
double distanceM)
const;
74 void interpolateGreatCircle(
const SGGeod& aFrom,
const SGGeod& aTo,
78 std::unique_ptr<RoutePathPrivate> d;
flightgear::SGGeodVec pathForIndex(int index) const
SGGeod positionForIndex(int index) const
RoutePath & operator=(const RoutePath &other)
RoutePath(const flightgear::FlightPlan *fp)
SGGeod positionForDistanceFrom(int index, double distanceM) const
double distanceForIndex(int index) const
double trackForIndex(int index) const
double distanceBetweenIndices(int from, int to) const
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information ...
std::vector< SGGeod > SGGeodVec