From 3a621992b292d97f5d45d2d342b19dd2194011cc Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 17 Dec 2006 17:24:50 +0100 Subject: fix visibility test; fix stitching --- src/ProjectionLSQ.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ProjectionLSQ.cxx') diff --git a/src/ProjectionLSQ.cxx b/src/ProjectionLSQ.cxx index 69a196a..7841ef6 100644 --- a/src/ProjectionLSQ.cxx +++ b/src/ProjectionLSQ.cxx @@ -26,6 +26,11 @@ ProjectionLSQ::sec(double a) { return 1.0 / cos(a); } +double +ProjectionLSQ::get_view_angle() { + return 0.0; +} + int ProjectionLSQ::comp_params(const Hills *h, ViewParams *parms) { const Hill *tmp, *m1, *m2; -- cgit v1.2.3