00001 00002 #ifndef __CONST_H 00003 #define __CONST_h 00004 00017 const float EPSILON = 1e-10f; 00018 00019 #endif // __CONST_H