diff options
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h index d07c43c7..47a3364a 100644 --- a/src/projects.h +++ b/src/projects.h @@ -169,6 +169,7 @@ typedef struct { double u, v, w; } UVW; /* Forward declarations and typedefs for stuff needed inside the PJ object */ struct PJconsts; struct PJ_OBS; +struct geod_geodesic; struct pj_opaque; struct ARG_list; struct FACTORS; @@ -212,6 +213,7 @@ struct PJconsts { projCtx_t *ctx; const char *descr; /* From pj_list.h or individual PJ_*.c file */ paralist *params; /* Parameter list */ + struct geod_geodesic *geod; /* For geodesic computations */ struct pj_opaque *opaque; /* Projection specific parameters, Defined in PJ_*.c */ @@ -272,6 +274,7 @@ struct PJconsts { /* The eccentricities */ + double alpha; /* angular eccentricity */ double e; /* first eccentricity */ double es; /* first eccentricity squared */ double e2; /* second eccentricity */ |
