This commit is contained in:
Nyall Dawson 2019-10-02 19:59:38 +10:00
parent 741c051321
commit e47d55f6e3
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Creates tessellator with a specified origin point of the world (in map coordinat
QgsTessellator( const QgsRectangle &bounds, bool addNormals, bool invertNormals = false, bool addBackFaces = false, bool noZ = false );
%Docstring
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
This constructor allows the tessellator to map input coordinates to a desirable range for numerical
stability during calculations.
If ``noZ`` is ``True``, then a 2-dimensional tessellation only will be performed and all z coordinates will be ignored.

View File

@ -45,7 +45,7 @@ class CORE_EXPORT QgsTessellator
/**
* Creates tessellator with a specified \a bounds of input geometry coordinates.
* This constructor allows the tessellator to map input coordinates to a desirable range for numerically
* This constructor allows the tessellator to map input coordinates to a desirable range for numerical
* stability during calculations.
*
* If \a noZ is TRUE, then a 2-dimensional tessellation only will be performed and all z coordinates will be ignored.