summaryrefslogtreecommitdiff
path: root/src/ViewParams.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-14 19:53:41 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-14 19:53:41 +0100
commit52bcb63b5d8db6627c20c097f0c20df28e6918fc (patch)
tree33379705401c2b606bd687a9f3bbf1e6cfab1140 /src/ViewParams.H
parentfbb4796e81dcb2dc2bcf792917f2391f799653c8 (diff)
implement save/restore of distortion parameters
Diffstat (limited to 'src/ViewParams.H')
-rw-r--r--src/ViewParams.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ViewParams.H b/src/ViewParams.H
index d321253..ee18fa6 100644
--- a/src/ViewParams.H
+++ b/src/ViewParams.H
@@ -13,6 +13,10 @@ class ViewParams {
double scale;
double a_nick;
double a_tilt;
+ double k0;
+ double k1;
+ double u0;
+ double v0;
};
#endif