1 2 3 4 5 6 7 8 9
#ifndef __PHYSICAL_CONSTANTS_H__ #define __PHYSICAL_CONSTANTS_H__ // mm/ns #define SPEED_OF_LIGHT 299.792458f #define PI 3.141592653589793f #endif