summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-10 20:31:29 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-10 20:31:29 +0100
commitb5c43579f9aa405a7d6d3ded0973341afde8d0c2 (patch)
tree73bdf7b1d543d9b5eee634dae1d7bbbf97e5237d /src/Panorama.H
parente29ef252eb5f119a0b7318f909a7c5fcadbff727 (diff)
parent8c0a1ec1468540fa204ac29ebac06a74ea1c838c (diff)
merge
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 62b2b88..561f0b6 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -34,6 +34,7 @@ class Panorama {
char *view_name;
double height_dist_ratio;
double view_angle;
+ double hide_value;
Hills *mountains;
Hills *close_mountains;
Hills *visible_mountains;
@@ -92,6 +93,8 @@ class Panorama {
void set_height_dist_ratio(double r);
+ void set_hide_value(double h);
+
Hills * get_mountains();
Hills * get_close_mountains();
@@ -130,6 +133,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);