summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-03 18:29:59 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-03 18:29:59 +0000
commitea841707d7403224065239fe4f382c3407e1ca46 (patch)
tree40af90ab7e4d0b2e0aa983d5d6af35e48ed60779 /src/Panorama.H
parentb03d66723210ae436b08f433848e1ae72361e916 (diff)
split up update_visible_mountains
split up update_visible_mountains
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 06d8c8f..dfb5695 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -1,5 +1,5 @@
//
-// "$Id: Panorama.H,v 1.11 2005/05/03 20:04:14 hofmann Exp $"
+// "$Id: Panorama.H,v 1.12 2005/05/03 20:29:59 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -41,6 +41,10 @@ class Panorama {
int get_pos(const char *name, double *phi, double *lam, double *height);
+ void update_angles();
+
+ void update_coordinates();
+
void update_visible_mountains();
double distance(double phi, double lam);