NumCpp  2.11.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Coordinates/ReferenceFrames/Constants.hpp
Go to the documentation of this file.
1 #pragma once
29 
31 {
32  // WSG-84
33  constexpr double EARTH_POLAR_RADIUS = 6'356'752.3142;
34  constexpr double EARTH_EQUATORIAL_RADIUS = 6'378'137.0;
35 } // namespace nc::coordinates::reference_frames::constants
Definition: Coordinates/ReferenceFrames/Constants.hpp:31
constexpr double EARTH_POLAR_RADIUS
Definition: Coordinates/ReferenceFrames/Constants.hpp:33
constexpr double EARTH_EQUATORIAL_RADIUS
Definition: Coordinates/ReferenceFrames/Constants.hpp:34