This commit is contained in:
Nyall Dawson 2019-09-30 10:30:06 +10:00
parent 9b07075fae
commit 741c051321
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Creates tessellator with a specified ``bounds`` of input geometry coordinates.
This constructor allows the tessellator to map input coordinates to a desirable range for numerically
stability during calculations.
If ``noZ`` is ``True``, then a 2-dimensional tesselation only will be performed and all z coordinates will be ignored.
If ``noZ`` is ``True``, then a 2-dimensional tessellation only will be performed and all z coordinates will be ignored.
.. versionadded:: 3.10
%End

View File

@ -48,7 +48,7 @@ class CORE_EXPORT QgsTessellator
* This constructor allows the tessellator to map input coordinates to a desirable range for numerically
* stability during calculations.
*
* If \a noZ is TRUE, then a 2-dimensional tesselation only will be performed and all z coordinates will be ignored.
* If \a noZ is TRUE, then a 2-dimensional tessellation only will be performed and all z coordinates will be ignored.
*
* \since QGIS 3.10
*/