Enroute Flight Navigation
A navigation app for VFR pilots
|
Convenience class for density computations. More...
#include <Density.h>
Public Member Functions | |
Q_INVOKABLE bool | isFinite () const |
Checks if the Density is valid. | |
Q_INVOKABLE std::partial_ordering | operator<=> (const Units::Density &rhs) const =default |
Comparison. | |
Q_INVOKABLE double | toKgPerCubeMeter () const |
Convert to density to kg per m³degree Kelvin. | |
Static Public Member Functions | |
static constexpr auto | fromKgPerCubeMeter (double densityInKgPerCubeMeter) -> Density |
Constructs a density. | |
Convenience class for density computations.
This extremely simple class allows computation with Densitys, without the need to worry about units. On construction, the Density is set to NaN.
|
inlinestaticconstexpr |
|
inlinenodiscard |
|
nodiscarddefault |
Comparison.
rhs | Right hand side of the comparison |
|
inlinenodiscard |