Browse Source

Even smaller precision for floating point comparison.

vectorfields
Vladimír Vondruš 16 years ago
parent
commit
dc420e69fc
  1. 2
      src/Math/constants.h

2
src/Math/constants.h

@ -25,7 +25,7 @@ namespace Magnum { namespace Math {
#define PI 3.1415926535
/** @brief Maximal tolerance when comparing doubles */
#define EPSILON 1.0e-8
#define EPSILON 1.0e-7
}}

Loading…
Cancel
Save