Subversion Repositories gelsvn

Rev

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

Rev 324 Rev 443
Line 1... Line 1...
1
#ifndef __BOUNDINGNODE_H
1
#ifndef __GEOMETRY_BOUNDINGNODE_H
2
#define __BOUNDINGNODE_H
2
#define __GEOMETRY_BOUNDINGNODE_H
3
 
3
 
4
#include <vector>
4
#include <vector>
5
#include "CGLA/Vec3f.h"
5
#include "CGLA/Vec3f.h"
6
#include "Ray.h"
6
#include "Ray.h"
7
#include "Triangle.h"
7
#include "Triangle.h"