summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-04-08 16:16:12 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-04-08 16:16:12 +0200
commitfad65d8b65673c66554bbf4f85fe46bef7e39542 (patch)
treeaf5d858013f2fce5d12f508586e2aaf0faffc079 /src/Panorama.H
parente4c3f1b8661cd3b1b4bc9e640b56c63ee234877f (diff)
add basic refraction correction
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index aea48b8..36003d9 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -35,6 +35,7 @@ class Panorama {
double distance(double phi, double lam);
double alpha(const Hill *m);
double nick(const Hill *m);
+ double refraction_change(const Hill *m);
double comp_center_angle(double alph_a, double alph_b, double d1, double d2);
double comp_scale(double alph_a, double alph_b, double d1, double d2);
int get_matrix(double m[]);
@@ -73,7 +74,7 @@ class Panorama {
double get_view_long();
double get_view_height();
double get_earth_radius(double latitude);
- double get_real_distance(Hill *m);
+ double get_real_distance(const Hill *m);
int comp_params(Hills *h);
ProjectionLSQ::Projection_t get_projection();
void set_projection(ProjectionLSQ::Projection_t p);