Subversion Repositories gelsvn

Rev

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

Rev 447 Rev 594
Line -... Line 1...
-
 
1
/**
-
 
2
 * @file QuatTrackBall.h
-
 
3
 * @brief Quaternion based track ball.
-
 
4
 */
-
 
5
 
-
 
6
/* ----------------------------------------------------------------------- *
-
 
7
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
8
 * Copyright (C) the authors and DTU Informatics
-
 
9
 * For license and list of authors, see ../../doc/intro.pdf
-
 
10
 * ----------------------------------------------------------------------- */
-
 
11
 
1
#ifndef __GLGRAPHICS_TrackBall_H__
12
#ifndef __GLGRAPHICS_TrackBall_H__
2
#define __GLGRAPHICS_TrackBall_H__
13
#define __GLGRAPHICS_TrackBall_H__
3
 
14
 
4
#include "CGLA/Vec2i.h"
15
#include "CGLA/Vec2i.h"
5
#include "CGLA/Vec2f.h"
16
#include "CGLA/Vec2f.h"