Subversion Repositories gelsvn

Rev

Rev 5 | Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 10
Line 16... Line 16...
16
#ifndef M_PI
16
#ifndef M_PI
17
#define M_PI 3.14159265358979323846
17
#define M_PI 3.14159265358979323846
18
#define M_PI_2 1.57079632679489661923
18
#define M_PI_2 1.57079632679489661923
19
#endif
19
#endif
20
 
20
 
-
 
21
#define CGLA_INIT_VALUE NAN
-
 
22
 
21
namespace CGLA {
23
namespace CGLA {
22
 
24
 
23
	/** Numerical constant representing something large.
25
	/** Numerical constant representing something large.
24
			value is a bit arbitrary */
26
			value is a bit arbitrary */
25
	const double BIG=10e+30;
27
	const double BIG=10e+30;