summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-05 14:27:55 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-05 14:27:55 +0100
commitb4d5cd755c85630ea0eff8c966023de9078327ca (patch)
treec49c99be64b5e3cfbc8b3a9d1442a30d4ed9d720 /src/Panorama.H
parentc580cd9f2890979b7af611079720c3bbb101c41c (diff)
make track width depend on real distance
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 0333338..d53dfc5 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -128,6 +128,10 @@ class Panorama {
double get_view_height();
+ double get_earth_radius(Hill *m);
+
+ double get_real_distance(Hill *m);
+
int comp_params(Hill *m1, Hill *m2);
int guess(Hills *p1, Hill *m1);