Subversion Repositories gelsvn

Rev

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

Rev 89 Rev 125
Line 4... Line 4...
4
#include <cmath>
4
#include <cmath>
5
#include <iostream>
5
#include <iostream>
6
#include <vector>
6
#include <vector>
7
#include <algorithm>
7
#include <algorithm>
8
#include "CGLA/CGLA.h"
8
#include "CGLA/CGLA.h"
-
 
9
#include "CGLA/ArithVec.h"
9
 
10
 
10
namespace Geometry
11
namespace Geometry
11
{
12
{
12
	/** \brief A classic K-D tree. 
13
	/** \brief A classic K-D tree. 
13
 
14