From cd5df298e2205f04f8ea030ce7ffb8346f87b1ec Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sat, 10 Nov 2018 16:35:42 +0100 Subject: Remove proj_geocentric_latitude from public API Closes #1107 --- src/proj_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/proj_internal.h') 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); -- cgit v1.2.3