diff options
Diffstat (limited to 'src/Panorama.H')
-rw-r--r-- | src/Panorama.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H index c8dc77b..12586a8 100644 --- a/src/Panorama.H +++ b/src/Panorama.H @@ -1,5 +1,5 @@ // -// "$Id: Panorama.H,v 1.5 2005/04/17 20:03:13 hofmann Exp $" +// "$Id: Panorama.H,v 1.6 2005/04/19 16:17:56 hofmann Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -76,6 +76,8 @@ class Panorama { void set_nick_angle(double a); + void set_tilt_angle(double a); + void set_scale(double s); int comp_params(); |