Subversion Repositories gelsvn

Rev

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

Rev 304 Rev 443
Line 1... Line 1...
1
#ifndef __BBOX_H__
1
#ifndef __GEOMETRY_BBOX_H__
2
#define __BBOX_H__
2
#define __GEOMETRY_BBOX_H__
3
 
3
 
4
#include "CGLA/Vec3f.h"
4
#include "CGLA/Vec3f.h"
5
 
5
 
6
#include "Ray.h"
6
#include "Ray.h"
7
 
7