...
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
namespace mcc
|
||||
{
|
||||
|
||||
constexpr double MCC_DEGRESS_TO_RADS = std::numbers::pi / 180.0;
|
||||
constexpr double MCC_RADS_TO_DEGRESS = 1.0 / MCC_DEGRESS_TO_RADS;
|
||||
static constexpr double MCC_DEGRESS_TO_RADS = std::numbers::pi / 180.0;
|
||||
static constexpr double MCC_RADS_TO_DEGRESS = 1.0 / MCC_DEGRESS_TO_RADS;
|
||||
|
||||
constexpr double MCC_HALF_PI = std::numbers::pi / 2.0;
|
||||
constexpr double MCC_TWO_PI = std::numbers::pi * 2.0;
|
||||
static constexpr double MCC_HALF_PI = std::numbers::pi / 2.0;
|
||||
static constexpr double MCC_TWO_PI = std::numbers::pi * 2.0;
|
||||
|
||||
static constexpr double MCC_SIDERAL_TO_UT1_RATIO = 1.002737909350795; // sideral/UT1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user