Subversion Repositories gelsvn

Rev

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

Rev 595 Rev 601
Line 3... Line 3...
3
 * Copyright (C) the authors and DTU Informatics
3
 * Copyright (C) the authors and DTU Informatics
4
 * For license and list of authors, see ../../doc/intro.pdf
4
 * For license and list of authors, see ../../doc/intro.pdf
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include <cfloat>
7
#include <cfloat>
8
#include "CGLA/statistics.h"
8
#include "../CGLA/statistics.h"
9
#include "CGLA/eigensolution.h"
9
#include "../CGLA/eigensolution.h"
10
#include "CGLA/Mat4x4f.h"
10
#include "../CGLA/Mat4x4f.h"
11
#include "AABox.h"
11
#include "AABox.h"
12
#include "OBox.h"
12
#include "OBox.h"
13
#include "Triangle.h"
13
#include "Triangle.h"
14
 
14
 
15
using namespace std;
15
using namespace std;