OpenKalman
OpenKalman::coordinates::Inclination< Down, Up > Struct Template Reference

A positive or negative real number φ representing an inclination or declination from the horizon. More...

#include <Inclination.hpp>

Detailed Description

template<typename Down = values::fixed_minus_half_pi<long double>, typename Up = values::fixed_half_pi<long double>>
struct OpenKalman::coordinates::Inclination< Down, Up >

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.

Template Parameters
Downa fixed value representing the down direction. This must be no greater than zero.
Upa fixed value representing the up direction. This must be no less than zero and must exceed Down.

The documentation for this struct was generated from the following file: