File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ Example:
379
379
QgsPoint inscribedCenter() const;
380
380
%Docstring
381
381
Center of the inscribed circle of the triangle. Z dimension is
382
- supported and is retrieved from the first 3D point amongst vertexes .
382
+ supported and is retrieved from the first 3D point amongst vertices .
383
383
384
384
:return: The center of the inscribed circle of the triangle.
385
385
An empty point is returned for empty triangle.
Original file line number Diff line number Diff line change @@ -104,15 +104,15 @@ convenient method to clean members
104
104
105
105
QgsPoint fromPointXY( const QgsPointXY &point ) const;
106
106
%Docstring
107
- Creates a QgsPoint with ZM support if necessary (according to the
108
- WkbType of the current layer) from a QgsPointXY.
107
+ Creates a QgsPoint with ZM support if necessary (according to the
108
+ WkbType of the current layer) from a :py:class:` QgsPointXY` .
109
109
110
- \param point A QgsPointXY to convert
110
+ :param point: A QgsPointXY to convert
111
+
112
+ :return: a point if ZM support if necessary
111
113
112
- :return: a point if ZM support if necessary
113
114
114
115
.. versionadded:: 3.0
115
- :rtype: QgsPoint
116
116
%End
117
117
118
118
int addVertex( const QgsPointXY &point );
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ class CORE_EXPORT QgsTriangle : public QgsPolygon
352
352
353
353
/* *
354
354
* Center of the inscribed circle of the triangle. Z dimension is
355
- * supported and is retrieved from the first 3D point amongst vertexes .
355
+ * supported and is retrieved from the first 3D point amongst vertices .
356
356
* \returns The center of the inscribed circle of the triangle.
357
357
* An empty point is returned for empty triangle.
358
358
* * Example:
You can’t perform that action at this time.
0 commit comments