Go to the source code of this file.
|
| template<typename Scalar> |
| Eigen::Vector3< Scalar > | NAV::deg2rad (const Eigen::Vector3< Scalar > °) |
| | Convert Degree to Radians.
|
| template<class T> |
| constexpr auto | NAV::deg2rad (const T °) |
| | Convert Degree to Radians.
|
| constexpr long double | NAV::operator""_deg (long double deg) |
| | Converts [degree] to [radian].
|
| constexpr long double | NAV::operator""_mas (long double mas) |
| | Converts [milliarcseconds] to [radian].
|
| constexpr long double | NAV::operator""_mas (unsigned long long mas) |
| | Converts [milliarcseconds] to [radian].
|
| constexpr long double | NAV::operator""_ppb (long double ppb) |
| | Parts per billion.
|
| constexpr long double | NAV::operator""_ppb (unsigned long long ppb) |
| | Parts per billion.
|
| template<typename Scalar> |
| Eigen::Vector3< Scalar > | NAV::rad2deg (const Eigen::Vector3< Scalar > &rad) |
| | Convert Radians to Degree.
|
| template<class T> |
| constexpr auto | NAV::rad2deg (const T &rad) |
| | Convert Radians to Degree.
|
| template<class T> |
| constexpr auto | NAV::rad2semicircles (const T &rad) |
| | Convert Radians to Semicircles.
|
| template<class T> |
| constexpr auto | NAV::semicircles2rad (const T &semicircles) |
| | Convert Semicircles to Radians.
|