Skip to content

Commit

Permalink
GDALCreateApproxTransformer: Clarify dfMaxError description in docstring
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
dbaston committed Sep 14, 2024
1 parent eccaa68 commit e3f5464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alg/gdaltransformer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3828,7 +3828,8 @@ static CPLXMLNode *GDALSerializeApproxTransformer(void *pTransformArg)
* @param pBaseTransformArg the callback argument for the high precision
* transformer.
* @param dfMaxError the maximum cartesian error in the "output" space that
* is to be accepted in the linear approximation.
* is to be accepted in the linear approximation, evaluated as a Manhattan
* distance.
*
* @return callback pointer suitable for use with GDALApproxTransform(). It
* should be deallocated with GDALDestroyApproxTransformer().
Expand Down

0 comments on commit e3f5464

Please sign in to comment.