@@ -201,7 +201,7 @@ Inherited method not used. You cannot delete or insert a vertex directly. Return
201201 :rtype: bool
202202%End
203203
204- QVector<QgsLineString> altitudes( ) const;
204+ QVector<QgsLineString> altitudes() const;
205205%Docstring
206206 An altitude is a segment (defined by a QgsLineString) from a vertex to the opposite side (or, if necessary, to the extension of the opposite side).
207207 :return: Three altitudes from this triangle
@@ -214,7 +214,7 @@ Inherited method not used. You cannot delete or insert a vertex directly. Return
214214 :rtype: list of QgsLineString
215215%End
216216
217- QVector<QgsLineString> medians( ) const;
217+ QVector<QgsLineString> medians() const;
218218%Docstring
219219 A median is a segment (defined by a QgsLineString) from a vertex to the midpoint of the opposite side.
220220 :return: Three medians from this triangle
@@ -241,7 +241,7 @@ Inherited method not used. You cannot delete or insert a vertex directly. Return
241241 :rtype: list of QgsLineString
242242%End
243243
244- QgsTriangle medial( ) const;
244+ QgsTriangle medial() const;
245245%Docstring
246246 Medial (or midpoint) triangle of a triangle ABC is the triangle with vertices at the midpoints of the triangle's sides.
247247 :return: The medial from this triangle
@@ -268,7 +268,7 @@ Inherited method not used. You cannot delete or insert a vertex directly. Return
268268 :rtype: QgsPoint
269269%End
270270
271- QgsPoint circumscribedCenter( ) const;
271+ QgsPoint circumscribedCenter() const;
272272%Docstring
273273 Center of the circumscribed circle of the triangle.
274274 :return: The center of the circumscribed circle of the triangle
@@ -281,7 +281,7 @@ Inherited method not used. You cannot delete or insert a vertex directly. Return
281281 :rtype: QgsPoint
282282%End
283283
284- double circumscribedRadius( ) const;
284+ double circumscribedRadius() const;
285285%Docstring
286286 Radius of the circumscribed circle of the triangle.
287287 :return: The radius of the circumscribed circle of the triangle
@@ -294,7 +294,7 @@ Inherited method not used. You cannot delete or insert a vertex directly. Return
294294 :rtype: float
295295%End
296296
297- QgsCircle circumscribedCircle( ) const;
297+ QgsCircle circumscribedCircle() const;
298298%Docstring
299299 Circumscribed circle of the triangle.
300300 @return The circumbscribed of the triangle with a QgsCircle.
@@ -307,7 +307,7 @@ Inherited method not used. You cannot delete or insert a vertex directly. Return
307307 :rtype: QgsCircle
308308%End
309309
310- QgsPoint inscribedCenter( ) const;
310+ QgsPoint inscribedCenter() const;
311311%Docstring
312312 Center of the inscribed circle of the triangle.
313313 :return: The center of the inscribed circle of the triangle
@@ -320,7 +320,7 @@ Inherited method not used. You cannot delete or insert a vertex directly. Return
320320 :rtype: QgsPoint
321321%End
322322
323- double inscribedRadius( ) const;
323+ double inscribedRadius() const;
324324%Docstring
325325 Radius of the inscribed circle of the triangle.
326326 :return: The radius of the inscribed circle of the triangle
@@ -333,7 +333,7 @@ Inherited method not used. You cannot delete or insert a vertex directly. Return
333333 :rtype: float
334334%End
335335
336- QgsCircle inscribedCircle( ) const;
336+ QgsCircle inscribedCircle() const;
337337%Docstring
338338 Inscribed circle of the triangle.
339339 @return The inscribed of the triangle with a QgsCircle.
0 commit comments