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

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,
     (((a) > (b)) ? (a) : (b))
 

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

#define TRUE   1
 

documentation stuff

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


Generated on Wed Mar 5 18:23:25 2003 for QGLViewer by doxygen1.3-rc3