24#include <simgear/misc/sg_path.hxx>
37double fgGetLowPass (
double current,
double target,
double timeratio);
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information ...
std::string getAircraftAuthorsText()
getAircraftAuthorsText - get the aircraft authors as a single string value.
double lowPassPeriodicDegreesPositive(double current, double target, double timeratio)
low-pass filter for bearings, etc in degrees.
double lowPassPeriodicDegreesSigned(double current, double target, double timeratio)
low-pass filter for bearings, etc in degrees.
double filterExponential(double current, double target, double timeratio)
exponential filter
double fgGetLowPass(double current, double target, double timeratio)
Move a value towards a target.
void fgInitAllowedPaths()
Set the read and write lists of allowed paths patterns for SGPath::validate()