00001 /********************************************************************** 00002 * blaRAY -- photon mapper/raytracer 00003 * (C) 2008 by Tomasz bla Fortuna <bla@thera.be>, <bla@af.gliwice.pl> 00004 * 00005 * This program is free software: you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation, either version 3 of the License, or 00008 * any later version. 00009 * 00010 * See Docs/LICENSE 00011 *********************/ 00012 00013 #ifndef _CONSTANTS_H_ 00014 #define _CONSTANTS_H_ 00015 00016 #include <cmath> 00017 #include "General/Types.hh" 00018 00019 namespace Math { 00020 00022 const Double PI(3.1415926535897932384626433832795); 00023 } 00024 00025 #endif
1.5.5