summaryrefslogtreecommitdiff
path: root/src/ViewParams.H
blob: b53a8df2507da619312a0db597fc682937387e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Copyright 2006-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.

#ifndef VIEWPARAMS_H
#define VIEWPARAMS_H

class ViewParams {
	public:
		double a_center;
		double scale;
		double a_nick;
		double a_tilt;
		double k0;
		double k1;
		double x0;
};

#endif