Subversion Repositories gelsvn

Rev

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

Rev 567 Rev 595
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
-
 
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
-
 
6
 
-
 
7
/**
-
 
8
 * @file TriMesh.h
-
 
9
 * @brief Triangle mesh class based on indexed face set data structure.
-
 
10
 */
-
 
11
 
1
#ifndef __GEOMETRY_TRIMESH_H__
12
#ifndef __GEOMETRY_TRIMESH_H__
2
#define __GEOMETRY_TRIMESH_H__
13
#define __GEOMETRY_TRIMESH_H__
3
 
14
 
4
#include <CGLA/Mat4x4f.h>
15
#include <CGLA/Mat4x4f.h>
5
#include "IndexedFaceSet.h"
16
#include "IndexedFaceSet.h"