Subversion Repositories gelsvn

Rev

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

Rev 324 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
 * @brief 2D unsigned integer vector class.
-
 
6
 * ----------------------------------------------------------------------- */
-
 
7
 
-
 
8
/** @file Vec2ui.h
-
 
9
 * @brief 2D unsigned integer vector class.
-
 
10
 */
-
 
11
 
1
#ifndef __CGLA_VEC2UI_H__
12
#ifndef __CGLA_VEC2UI_H__
2
#define __CGLA_VEC2UI_H__
13
#define __CGLA_VEC2UI_H__
3
 
14
 
4
#include "ArithVec.h"
15
#include "ArithVec.h"
5
 
16