Navigation Menu

Skip to content

Commit

Permalink
Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 9, 2020
1 parent 0001ec2 commit d3f038c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/core/auto_generated/geometry/qgsgeometryutils.sip.in
Expand Up @@ -566,6 +566,10 @@ Returns the coefficients (a, b, c for equation "ax + by + c = 0") of a line defi
:param pt1: first point.
:param pt2: second point.

:return: - a: Output parameter, a coefficient of the equation.
- b: Output parameter, b coefficient of the equation.
- c: Output parameter, c coefficient of the equation.

.. versionadded:: 3.0
%End

Expand Down Expand Up @@ -677,6 +681,9 @@ Returns a weighted point inside the triangle denoted by the points (``aX``, ``aY
:param weightB: weighting factor along axis A-B (between 0 and 1)
:param weightC: weighting factor along axis A-C (between 0 and 1)

:return: - pointX: x-coordinate of generated point
- pointY: y-coordinate of generated point

.. versionadded:: 3.10
%End

Expand Down
7 changes: 7 additions & 0 deletions python/core/auto_generated/qgsmapsettingsutils.sip.in
Expand Up @@ -43,6 +43,13 @@ Computes the six parameters of a world file.

:param mapSettings: map settings

:return: - a: the a parameter
- b: the b parameter
- c: the c parameter
- d: the d parameter
- e: the e parameter
- f: the f parameter

.. versionadded:: 3.10
%End

Expand Down

0 comments on commit d3f038c

Please sign in to comment.