Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

GeoGeneric.h File Reference

Go to the source code of this file.

Defines

#define TRUE   1
#define FALSE   0
#define EPSILON   (1e-6)
#define DOUBLE_EPSILON   (1e-8)
#define MIN(a, b)   (((a) < (b)) ? (a) : (b))
#define MAX(a, b)   (((a) > (b)) ? (a) : (b))


Define Documentation

#define DOUBLE_EPSILON   (1e-8)
 

#define EPSILON   (1e-6)
 

#define FALSE   0
 

#define MAX a,
b      (((a) > (b)) ? (a) : (b))
 

#define MIN a,
b      (((a) < (b)) ? (a) : (b))
 

#define TRUE   1
 

documentation stuff

Author:
Michael Meissner
Version:
0.0 //see cvs docu


Generated at Thu Oct 4 17:17:27 2001 for QGLViewer by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001