aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/reference
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/development/reference')
-rw-r--r--docs/source/development/reference/functions.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index 688f6fac..fb29fd6c 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -551,19 +551,6 @@ Various
:returns: :c:type:`char*` Pointer to output buffer (same as :c:data:`s`)
-.. c:function:: PJ_COORD proj_geocentric_latitude(const PJ *P, PJ_DIRECTION direction, PJ_COORD coord)
-
- Convert from geographical latitude to geocentric latitude.
-
- :param `P`: Transformation object
- :type `P`: const PJ*
- :param `direction`: Starting direction of transformation
- :type `direction`: PJ_DIRECTION
- :param `coord`: Coordinate
- :type `coord`: PJ_COORD
- :returns: :c:type:`PJ_COORD` Converted coordinate
-
-
.. c:function:: int proj_angular_input (PJ *P, enum PJ_DIRECTION dir)
Check if a operation expects angular input.