You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/core/auto_generated/geometry/qgstriangle.sip.in
+13-13
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Returns coordinates of a vertex.
115
115
Returns the three lengths of the triangle.
116
116
117
117
:return: Lengths of triangle ABC where [AB] is at 0, [BC] is at 1, [CA] is at 2.
118
-
An empty list is returned for empty triangle.
118
+
An empty list is returned for empty triangle.
119
119
* Example:
120
120
.. code-block:: python
121
121
@@ -131,7 +131,7 @@ An empty list is returned for empty triangle.
131
131
Returns the three angles of the triangle.
132
132
133
133
:return: Angles in radians of triangle ABC where angle BAC is at 0, angle ABC is at 1, angle BCA is at 2.
134
-
An empty list is returned for empty triangle.
134
+
An empty list is returned for empty triangle.
135
135
* Example:
136
136
.. code-block:: python
137
137
@@ -249,7 +249,7 @@ Is the triangle scalene (all sides have differen lengths)?
249
249
An altitude is a segment (defined by a :py:class:`QgsLineString`) from a vertex to the opposite side (or, if necessary, to the extension of the opposite side).
250
250
251
251
:return: Three altitudes from this triangle.
252
-
An empty list is returned for empty triangle.
252
+
An empty list is returned for empty triangle.
253
253
* Example:
254
254
.. code-block:: python
255
255
@@ -265,7 +265,7 @@ An empty list is returned for empty triangle.
265
265
A median is a segment (defined by a :py:class:`QgsLineString`) from a vertex to the midpoint of the opposite side.
266
266
267
267
:return: Three medians from this triangle.
268
-
An empty list is returned for empty triangle.
268
+
An empty list is returned for empty triangle.
269
269
* Example:
270
270
.. code-block:: python
271
271
@@ -283,7 +283,7 @@ The segment (defined by a :py:class:`QgsLineString`) returned bisect the angle o
283
283
:param lengthTolerance: The tolerance to use.
284
284
285
285
:return: Three angle bisector from this triangle.
286
-
An empty list is returned for empty triangle.
286
+
An empty list is returned for empty triangle.
287
287
* Example:
288
288
.. code-block:: python
289
289
@@ -299,7 +299,7 @@ An empty list is returned for empty triangle.
299
299
Medial (or midpoint) triangle of a triangle ABC is the triangle with vertices at the midpoints of the triangle's sides.
300
300
301
301
:return: The medial from this triangle.
302
-
An empty triangle is returned for empty triangle.
302
+
An empty triangle is returned for empty triangle.
303
303
* Example:
304
304
.. code-block:: python
305
305
@@ -317,7 +317,7 @@ An orthocenter is the point of intersection of the altitudes of a triangle.
317
317
:param lengthTolerance: The tolerance to use
318
318
319
319
:return: The orthocenter of the triangle.
320
-
An empty point is returned for empty triangle.
320
+
An empty point is returned for empty triangle.
321
321
* Example:
322
322
.. code-block:: python
323
323
@@ -333,7 +333,7 @@ An empty point is returned for empty triangle.
333
333
Center of the circumscribed circle of the triangle.
334
334
335
335
:return: The center of the circumscribed circle of the triangle.
336
-
An empty point is returned for empty triangle.
336
+
An empty point is returned for empty triangle.
337
337
* Example:
338
338
.. code-block:: python
339
339
@@ -349,7 +349,7 @@ An empty point is returned for empty triangle.
349
349
Radius of the circumscribed circle of the triangle.
350
350
351
351
:return: The radius of the circumscribed circle of the triangle.
352
-
0.0 is returned for empty triangle.
352
+
0.0 is returned for empty triangle.
353
353
* Example:
354
354
.. code-block:: python
355
355
@@ -365,7 +365,7 @@ Radius of the circumscribed circle of the triangle.
365
365
Circumscribed circle of the triangle.
366
366
367
367
:return: The circumbscribed of the triangle with a :py:class:`QgsCircle`.
368
-
An empty circle is returned for empty triangle.
368
+
An empty circle is returned for empty triangle.
369
369
Example:
370
370
.. code-block:: python
371
371
@@ -382,7 +382,7 @@ Center of the inscribed circle of the triangle. Z dimension is
382
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
-
An empty point is returned for empty triangle.
385
+
An empty point is returned for empty triangle.
386
386
* Example:
387
387
.. code-block:: python
388
388
@@ -398,7 +398,7 @@ An empty point is returned for empty triangle.
398
398
Radius of the inscribed circle of the triangle.
399
399
400
400
:return: The radius of the inscribed circle of the triangle.
401
-
0.0 is returned for empty triangle.
401
+
0.0 is returned for empty triangle.
402
402
* Example:
403
403
.. code-block:: python
404
404
@@ -414,7 +414,7 @@ Radius of the inscribed circle of the triangle.
414
414
Inscribed circle of the triangle.
415
415
416
416
:return: The inscribed of the triangle with a :py:class:`QgsCircle`.
0 commit comments