Go to the documentation of this file. 1 #ifndef __BEAMCALC_CONSTANTS_H__
2 #define __BEAMCALC_CONSTANTS_H__
12 #define METER_INCH 39.37008
13 #define INCH_METER (1.0/METER_INCH)
15 #define NS_METER 0.299792458
16 #define METER_NS (1.0/NS_METER)
18 #define DEG_RAD M_PI/180.0
19 #define RAD_DEG 180.0/M_PI