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 SimpleTrackBall.h
-
 
3
 * @brief Trackball based on azimuth, zenith angles.
-
 
4
 */
-
 
5
/* ----------------------------------------------------------------------- *
-
 
6
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
7
 * Copyright (C) the authors and DTU Informatics
-
 
8
 * For license and list of authors, see ../../doc/intro.pdf
-
 
9
 * ----------------------------------------------------------------------- */
-
 
10
 
1
#ifndef __GLGRAPHICS_SIMPLETRACKBALL_H__
11
#ifndef __GLGRAPHICS_SIMPLETRACKBALL_H__
2
#define __GLGRAPHICS_SIMPLETRACKBALL_H__
12
#define __GLGRAPHICS_SIMPLETRACKBALL_H__
3
 
13
 
4
#include "CGLA/CGLA.h"
14
#include "CGLA/CGLA.h"
5
#include "CGLA/Vec3f.h"
15
#include "CGLA/Vec3f.h"