OpenKalman
|
A positive or negative real number φ representing an inclination or declination from the horizon. More...
#include <Inclination.hpp>
A positive or negative real number φ representing an inclination or declination from the horizon.
φdown≤φ≤φup, where φdown is a real number representing down, and φup is a real number representing up. Normally, the horizon will be zero and φdown=−φup, but in general, the horizon is at ½(φdown+−φup). The inclinations inclination::Radians and inclination::Degrees are predefined.
Down | a fixed value representing the down direction. This must be no greater than zero. |
Up | a fixed value representing the up direction. This must be no less than zero and must exceed Down. |