From ea442a887d562e95fa91186a4333c830ab5543e7 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Wed, 2 May 2012 22:39:43 +0200 Subject: Structs continued --- src/math/const.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/math/const.h') 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 -- cgit v1.2.3-1-g7c22