swift
Classes | Namespaces | Functions
pbh.h File Reference

Go to the source code of this file.

Classes

union  swift::core::fsd::PBH
 Pitch bank heading union. More...
 

Namespaces

 swift::core
 Backend services of the swift project, like dealing with the network or the simulators.
 

Functions

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.