Home
last modified time | relevance | path

Searched refs:GetHOverBCG (Results 1 – 2 of 2) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGAuxiliary.h229 double GetHOverBCG(void) const { return hoverbcg; } in GetHOverBCG() function
H A DFGAuxiliary.cpp363 PropertyManager->Tie("aero/h_b-cg-ft", this, &FGAuxiliary::GetHOverBCG); in bind()