mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Grammar
This commit is contained in:
parent
741c051321
commit
e47d55f6e3
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user