Skip to content

Commit

Permalink
Merge branch 'docs-release-4.10.0' of https://github.com/OSGeo/proj.4
Browse files Browse the repository at this point in the history
…into docs-release-4.10.0
  • Loading branch information
kbevers committed Feb 19, 2018
2 parents 43d811d + 28f7894 commit f63fe1b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/source/development/reference/datatypes.rst
Expand Up @@ -402,6 +402,11 @@ Projection derivatives
double tissot_semimajor;
double tissot_semiminor;
double dx_dlam;
double dx_dphi;
double dy_dlam;
double dy_dphi;
} PJ_FACTORS;
.. c:member:: double PJ_FACTORS.meridional_scale
Expand Down Expand Up @@ -437,6 +442,27 @@ Projection derivatives
Minimum scale error.

.. c:member:: double PJ_FACTORS.dx_dlam
Partial derivative :math:`\frac{\partial x}{\partial \lambda}` of coordinate
:math:`\left(\lambda,\phi\right)`.

.. c:member:: double PJ_FACTORS.dy_dlam
Partial derivative :math:`\frac{\partial y}{\partial \lambda}` of coordinate
:math:`\left(\lambda,\phi\right)`.

.. c:member:: double PJ_FACTORS.dx_dphi
Partial derivative :math:`\frac{\partial x}{\partial \phi}` of coordinate
:math:`\left(\lambda,\phi\right)`.

.. c:member:: double PJ_FACTORS.dy_dphi
Partial derivative :math:`\frac{\partial y}{\partial \phi}` of coordinate
:math:`\left(\lambda,\phi\right)`.

List structures
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/development/reference/functions.rst
Expand Up @@ -489,7 +489,7 @@ Various
.. 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*
Expand Down

0 comments on commit f63fe1b

Please sign in to comment.