diff options
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index bd289419..76f5d952 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -108,6 +108,9 @@ void pj_inherit_ellipsoid_def (const PJ *src, PJ *dst); void pj_erase_ellipsoid_def (PJ *P); int pj_calc_ellipsoid_params (PJ *P, double a, double es); +/* Geographical to geocentric latitude - another of the "simple, but useful" */ +PJ_COORD pj_geocentric_latitude (const PJ *P, PJ_DIRECTION direction, PJ_COORD coord); + char *pj_chomp (char *c); char *pj_shrink (char *c); size_t pj_trim_argc (char *args); |
