Home
last modified time | relevance | path

Searched defs:GetUVW (Results 1 – 1 of 1) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGPropagate.h194 const FGColumnVector3& GetUVW(void) const { return VState.vUVW; } in GetUVW() function
280 double GetUVW(int idx) const { return VState.vUVW(idx); } in GetUVW() function