Home
last modified time | relevance | path

Searched refs:GetInertialVelocityMagnitude (Results 1 – 3 of 3) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGPropagate.h297 double GetInertialVelocityMagnitude(void) const { return VState.vInertialVelocity.Magnitude(); } in GetInertialVelocityMagnitude() function
H A DFGPropagate.cpp758 …yManager->Tie("velocities/eci-velocity-mag-fps", this, &FGPropagate::GetInertialVelocityMagnitude); in bind()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/input_output/
H A DFGOutputTextFile.cpp288 outstream << Propagate->GetInertialVelocityMagnitude() << delimeter; in Print()