summaryrefslogtreecommitdiff
path: root/src/ViewParams.H
blob: ba24f22609aa00b4839eb3ec7e17b2838f24d2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef VIEWPARAMS_H
#define VIEWPARAMS_H

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

#endif