Subversion Repositories gelsvn

Rev

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

Rev 299 Rev 443
Line 1... Line 1...
1
#ifndef __AABOX__H
1
#ifndef __GEOMETRY_AABOX__H
2
#define __AABOX__H
2
#define __GEOMETRY_AABOX__H
3
 
3
 
4
#include <iostream>
4
#include <iostream>
5
#include <vector>
5
#include <vector>
6
#include "Triangle.h"
6
#include "Triangle.h"
7
 
7