From 7669bc038012eb92bd8d3ae842b236cd406ed074 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 21 May 2008 19:47:10 +0200 Subject: rotate in cartesian coordinates --- src/ProjectionLSQ.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ProjectionLSQ.H') diff --git a/src/ProjectionLSQ.H b/src/ProjectionLSQ.H index 44cc91d..d937114 100644 --- a/src/ProjectionLSQ.H +++ b/src/ProjectionLSQ.H @@ -17,6 +17,7 @@ class ProjectionLSQ { int lsq(const Hills *m, ViewParams *parms, int distortion_correct); protected: + static double pi; double sec(double a); public: -- cgit v1.2.3