summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-06-22 17:47:17 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-06-22 17:47:17 +0000
commit1934ed1b8509760359a8fc3ff47e7758f66a05a6 (patch)
tree94668530b3a9eb3c836bd747e4ae7b9462a1446f /src/Panorama.H
parent1c92fda21514b790219dec9a2e5a85718cb83e73 (diff)
introduce close_mountains
introduce close_mountains
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 15e51cb..73e6b5d 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -1,5 +1,5 @@
//
-// "$Id: Panorama.H,v 1.19 2005/05/20 13:34:39 hofmann Exp $"
+// "$Id: Panorama.H,v 1.20 2005/06/22 19:47:20 hofmann Exp $"
//
// Copyright 2005 by Johannes Hofmann
//
@@ -30,6 +30,7 @@ class Panorama {
char *view_name;
double height_dist_ratio;
Hills *mountains;
+ Hills *close_mountains;
Hills *visible_mountains;
int x1, y1, x2, y2;
double a_center;
@@ -43,6 +44,8 @@ class Panorama {
void update_coordinates();
+ void update_close_mountains();
+
void update_visible_mountains();
double distance(double phi, double lam);
@@ -76,6 +79,8 @@ class Panorama {
void set_height_dist_ratio(double r);
+ Hills * get_close_mountains();
+
Hills * get_visible_mountains();
void set_center_angle(double a);