Subversion Repositories gelsvn

Rev

Rev 460 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 460 Rev 595
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
-
 
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
-
 
6
 
-
 
7
/**
-
 
8
 * @file OBox.h
-
 
9
 * @brief An oriented bounding box.
-
 
10
 */
-
 
11
 
1
#ifndef __GEOMETRY_OBOX__H
12
#ifndef __GEOMETRY_OBOX__H
2
#define __GEOMETRY_OBOX__H
13
#define __GEOMETRY_OBOX__H
3
 
14
 
4
#include <iostream>
15
#include <iostream>
5
#include <vector>
16
#include <vector>