![]() |
Tesseroids 1.0: User Manual and API Documentation |
Define constants used, like the gravitational constant and unit conversions. More...
#include "constants.h"
Variables | |
const double | MEAN_EARTH_RADIUS = 6378137.0 |
Mean Earth radius [![]() | |
const double | G = 0.00000000006673 |
The gravitational constant [![]() | |
const double | SI2EOTVOS = 1000000000.0 |
Conversion factor from SI units to Eotvos [![]() | |
const double | SI2MGAL = 100000.0 |
Conversion factor from SI units to mGal [![]() | |
const double | PI = 3.1415926535897932384626433832795 |
Pi. | |
const int | TESSEROID_SIZE_RATIO = 4 |
Minimum distance-to-size ratio for computations to be accurate. |
Define constants used, like the gravitational constant and unit conversions.
All values are in SI units!