aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/reference/functions.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-01 16:46:06 +0100
committerKristian Evers <kristianevers@gmail.com>2018-02-01 16:46:06 +0100
commit28f7894d9aee8eecc691fd691a0e27ff0914ce08 (patch)
tree057c051247e4842da22ca8caa3c8f86b63eacaad /docs/source/development/reference/functions.rst
parent46f56fb01e272730a007e5c6cecb40158c096c0a (diff)
downloadPROJ-28f7894d9aee8eecc691fd691a0e27ff0914ce08.tar.gz
PROJ-28f7894d9aee8eecc691fd691a0e27ff0914ce08.zip
Update datatype and function reference to reflect recent code changes [skip ci]
Diffstat (limited to 'docs/source/development/reference/functions.rst')
-rw-r--r--docs/source/development/reference/functions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index ea128954..14c0b52a 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -531,9 +531,9 @@ Various
:returns: :c:type:`char*` Pointer to output buffer (same as :c:data:`s`)
-.. c:function:: PJ_COORD proj_geoc_lat(const PJ *P, PJ_DIRECTION direction, PJ_COORD coo)
+.. c:function:: PJ_COORD proj_geocentric_latitude(const PJ *P, PJ_DIRECTION direction, PJ_COORD coo)
- Convert geographical to geocentric latitude.
+ Convert from geographical latitude to geocentric latitude.
:param `P`: Transformation object
:type `P`: const PJ*