summaryrefslogtreecommitdiff
path: root/src/ViewParams.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-06 19:19:46 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-06 19:19:46 +0100
commit4671827b2408eccd6e457660b5817b5f9ae81569 (patch)
tree8b94ea04277853e9428ddad1aea1aac0ac7bd802 /src/ViewParams.H
parenta1da5cacc005ff26d3d711fcef13c5f013258b8a (diff)
implement initial main point adjustment (x-axis only)
Diffstat (limited to 'src/ViewParams.H')
-rw-r--r--src/ViewParams.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewParams.H b/src/ViewParams.H
index 2048fe2..44462c0 100644
--- a/src/ViewParams.H
+++ b/src/ViewParams.H
@@ -15,6 +15,7 @@ class ViewParams {
double a_tilt;
double k0;
double k1;
+ double x0;
};
#endif