Subversion Repositories gelsvn

Rev

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

Rev 362 Rev 443
Line 1... Line 1...
1
#ifndef __TESSELATE_H
1
#ifndef __GEOMETRY_TESSELATE_H
2
#define __TESSELATE_H
2
#define __GEOMETRY_TESSELATE_H
3
 
3
 
4
#include "CGLA/Vec3f.h"
4
#include "CGLA/Vec3f.h"
5
#include "Util/Grid2D.h"
5
#include "Util/Grid2D.h"
6
#include "IndexedFaceSet.h"
6
#include "IndexedFaceSet.h"
7
 
7