All Classes Functions Variables
Constants.hpp
1 #ifndef CONSTANTS_HPP_INCLUDED
2 #define CONSTANTS_HPP_INCLUDED
3 
4 #define PI 3.14159265358979312
5 #define DEG 180.0/PI
6 #define RAD PI/180.0
7 #define GGRAV_ 6.67259e-11
8 
9 #endif // CONSTANTS_HPP_INCLUDED