#include "util.h"#include <assert.h>#include "face.h"#include "facearray.h"#include "object.h"#include <math.h>#include <GLUT/glut.h>#include <OpenGL/gl.h>#include "intersection.h"#include "rasterfont.h"#include "point3d.h"

Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &os, const Face &f_in) |
1.5.3