Implicit.h File Reference

#include <shapes/Transformable.h>
#include <GL/gl.h>
#include <GL/glu.h>

Go to the source code of this file.

Classes

class  Implicit
 Abstract representation of an implicit shape in 3-space. More...

Defines

#define INTERSECT_TOLERANCE   (EPSILON)
#define isValidT(t, min)   ((t) < (min) && (t) > INTERSECT_TOLERANCE)


Define Documentation

#define INTERSECT_TOLERANCE   (EPSILON)

Definition at line 18 of file Implicit.h.

#define isValidT ( t,
min   )     ((t) < (min) && (t) > INTERSECT_TOLERANCE)

Definition at line 19 of file Implicit.h.


Generated on 28 Feb 2009 for Milton by doxygen 1.5.6