summaryrefslogtreecommitdiff
path: root/src/ProjectionTangential.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-09 22:20:43 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-09 22:20:43 +0200
commitb045aa1c430b86cb523b7e619d23ddc96aea521a (patch)
tree69bb5b4ee5bd157058dcfe112fe7d738fbfa2725 /src/ProjectionTangential.H
parentbf4427b9a9c912e94287a4bf9828fdd76b8a40de (diff)
parentfeae8373e6fbdafe5368410ba0ac51059f7155f7 (diff)
merge in stitching code
Diffstat (limited to 'src/ProjectionTangential.H')
-rw-r--r--src/ProjectionTangential.H5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ProjectionTangential.H b/src/ProjectionTangential.H
index 8e7673e..e74511f 100644
--- a/src/ProjectionTangential.H
+++ b/src/ProjectionTangential.H
@@ -1,6 +1,4 @@
//
-// "$Id: Panorama.H,v 1.20 2005/06/22 19:47:20 hofmann Exp $"
-//
// Copyright 2005 by Johannes Hofmann
//
// This library is free software; you can redistribute it and/or
@@ -36,7 +34,8 @@ class ProjectionTangential : public Projection {
int optimize(const Hill *m1, const Hill *m2, ViewParams *parms);
public:
- void set_coordinates(Hill *m, const ViewParams *parms);
+ void get_coordinates(double a_view, double a_nick, const ViewParams *parms,
+ double *x, double *y);
int comp_params(const Hill *m1, const Hill *m2, ViewParams *parms);
};