Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Math
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
Generated on Sat Feb 23 2013 09:37:37 by
1.8.1.2