summaryrefslogtreecommitdiffstats
path: root/src/math/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/const.h')
-rw-r--r--src/math/const.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/math/const.h b/src/math/const.h
index 79ad564..4f2549e 100644
--- a/src/math/const.h
+++ b/src/math/const.h
@@ -29,8 +29,11 @@ namespace Math
//! Tolerance level -- minimum accepted float value
const float TOLERANCE = 1e-6f;
+ //! Huge number
+ const float HUGE = 1.0e+38f;
+
//! PI
- const float PI = 3.14159265358979323846f;
+ const float PI = 3.14159265358979323846f;
//! 2 * PI
const float PI_MUL_2 = 6.28318530717958623200f;
//! PI / 2