summaryrefslogtreecommitdiff
path: root/src/ProjectionSphaeric.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-06-26 18:05:47 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-06-26 18:05:47 +0200
commit70a6e7c52eb8830e7e2c5884247201defdeb6a1c (patch)
tree17ae0ceb48ef1e5f3d2503539f69e382d7ff576e /src/ProjectionSphaeric.H
parent76daa38e38aff35613dcaf18330192833fd83deb (diff)
switch to double coordinates
Diffstat (limited to 'src/ProjectionSphaeric.H')
-rw-r--r--src/ProjectionSphaeric.H5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ProjectionSphaeric.H b/src/ProjectionSphaeric.H
index fcaffa8..06396f1 100644
--- a/src/ProjectionSphaeric.H
+++ b/src/ProjectionSphaeric.H
@@ -30,11 +30,10 @@ class ProjectionSphaeric : public Projection {
double comp_dir_view(const Hill *m1, const Hill *m2, double d_m1_2, double d_m2_2, double scale, double sign3);
double comp_nick_view(const Hill *m1, const Hill *m2, double d_m1_2, double scale, double dir_view, double sign1);
double comp_tilt_view(const Hill *m, double scale, double dir_view, double nick_view);
- void set_coordinates(const Hill *m, const ViewParams *parms,
- double *x, double *y);
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);
};