summaryrefslogtreecommitdiff
path: root/src/ProjectionLSQ.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 17:24:50 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 17:24:50 +0100
commit3a621992b292d97f5d45d2d342b19dd2194011cc (patch)
tree590d3430561406f24c3fa6da51a15be874e9eb07 /src/ProjectionLSQ.cxx
parent615a27e3124e8f4eeac86f7e1f6107c66c186d1e (diff)
fix visibility test; fix stitching
Diffstat (limited to 'src/ProjectionLSQ.cxx')
-rw-r--r--src/ProjectionLSQ.cxx5
1 files changed, 5 insertions, 0 deletions
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;