From 983b0fc839560702c917a805aba698b7cfe4e3fe Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 19 Apr 2005 14:17:56 +0000 Subject: vor umstellung vor umstellung --- src/Panorama.cxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/Panorama.cxx') diff --git a/src/Panorama.cxx b/src/Panorama.cxx index e3dfa21..f812e61 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -1,5 +1,5 @@ // -// "$Id: Panorama.cxx,v 1.7 2005/04/17 20:03:13 hofmann Exp $" +// "$Id: Panorama.cxx,v 1.8 2005/04/19 16:17:56 hofmann Exp $" // // PSEditWidget routines. // @@ -166,6 +166,13 @@ Panorama::set_nick_angle(double a) { update_visible_mountains(); } +void +Panorama::set_tilt_angle(double a) { + a_tilt = a; + fprintf(stderr, "-->tilt%f\n", a_tilt/deg2rad); + update_visible_mountains(); +} + void Panorama::set_scale(double s) { scale = s; -- cgit v1.2.3