Go to the source code of this file.
|
| swift::core |
| Backend services of the swift project, like dealing with the network or the simulators.
|
|
|
constexpr double | swift::core::fsd::pitchMultiplier () |
| Pitch multiplier.
|
|
constexpr double | swift::core::fsd::bankMultiplier () |
| Bank multiplier.
|
|
constexpr double | swift::core::fsd::headingMultiplier () |
| Heading multiplier.
|
|
void | swift::core::fsd::packPBH (double pitch, double bank, double heading, bool onGround, quint32 &pbh) |
| Pack pitch, bank, heading and onGround into 32 bit integer.
|
|
void | swift::core::fsd::unpackPBH (quint32 pbh, double &pitch, double &bank, double &heading, bool &onGround) |
| Unpack pitch, bank, heading and onGround from 32 bit integer.
|
|