Subversion Repositories gelsvn

Rev

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

Rev 306 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
/** @file Vec3d.h
-
 
8
 * @brief 3D double vector class.
-
 
9
 */
-
 
10
 
1
#ifndef __CGLA_VEC3D_H__
11
#ifndef __CGLA_VEC3D_H__
2
#define __CGLA_VEC3D_H__
12
#define __CGLA_VEC3D_H__
3
 
13
 
4
#include "ArithVec.h"
14
#include "ArithVec3Float.h"
5
#include "Vec3i.h"
15
#include "Vec3i.h"
6
#include "Vec3usi.h"
16
#include "Vec3usi.h"
7
#include "Vec3f.h"
17
#include "Vec3f.h"
8
 
18
 
9
 
19