From b5d16ef340208bbe1a76f33f7498fb168f6405b6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 12 Jun 2012 13:48:17 +0200 Subject: Fixes in math module - rewritten RotateAngle() function and test for it in geometry_test.cpp - added conv.h - conversion functions - added comments in math3d.h and d3dmath.h pointing to new functions - other minor fixes --- src/math/const.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/math/const.h') diff --git a/src/math/const.h b/src/math/const.h index 8980287..6721284 100644 --- a/src/math/const.h +++ b/src/math/const.h @@ -39,14 +39,6 @@ namespace Math //! PI const float PI = 3.14159265358979323846f; - //! 2 * PI - const float PI_MUL_2 = 6.28318530717958623200f; - //! PI / 2 - const float PI_DIV_2 = 1.57079632679489655800f; - //! PI / 4 - const float PI_DIV_4 = 0.78539816339744827900f; - //! 1 / PI - const float INV_PI = 0.31830988618379069122f; //! Degrees to radians multiplier const float DEG_TO_RAD = 0.01745329251994329547f; -- cgit v1.2.3-1-g7c22