NumCpp
2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
Coordinates/ReferenceFrames/Constants.hpp
Go to the documentation of this file.
1
28
#pragma once
29
30
namespace
nc::coordinates::reference_frames::constants
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
nc::coordinates::reference_frames::constants
Definition:
Coordinates/ReferenceFrames/Constants.hpp:31
nc::coordinates::reference_frames::constants::EARTH_POLAR_RADIUS
constexpr double EARTH_POLAR_RADIUS
Definition:
Coordinates/ReferenceFrames/Constants.hpp:33
nc::coordinates::reference_frames::constants::EARTH_EQUATORIAL_RADIUS
constexpr double EARTH_EQUATORIAL_RADIUS
Definition:
Coordinates/ReferenceFrames/Constants.hpp:34
include
NumCpp
Coordinates
ReferenceFrames
Constants.hpp
Generated by
1.9.4