FlightGear next
|
#include <rnav_waypt_controller.hxx>
Public Attributes | |
SGGeod | position |
bool | didFlyBy = false |
SGGeod | flyByTurnCenter |
double | flyByRadius = 0.0 |
double | turnAngle = 0.0 |
Definition at line 96 of file rnav_waypt_controller.hxx.
bool flightgear::RNAV::LegData::didFlyBy = false |
Definition at line 98 of file rnav_waypt_controller.hxx.
double flightgear::RNAV::LegData::flyByRadius = 0.0 |
Definition at line 100 of file rnav_waypt_controller.hxx.
SGGeod flightgear::RNAV::LegData::flyByTurnCenter |
Definition at line 99 of file rnav_waypt_controller.hxx.
SGGeod flightgear::RNAV::LegData::position |
Definition at line 97 of file rnav_waypt_controller.hxx.
double flightgear::RNAV::LegData::turnAngle = 0.0 |
Definition at line 101 of file rnav_waypt_controller.hxx.