Skip to content

Commit

Permalink
Fix since version for bisector method
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored and nyalldawson committed Dec 2, 2020
1 parent 4b50280 commit d6ac6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -717,7 +717,7 @@ The bisector segment of ABC is (A-point)
- pointX: x-coordinate of generated point
- pointY: y-coordinate of generated point

.. versionadded:: 3.16
.. versionadded:: 3.18
%End


Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometryutils.h
Expand Up @@ -741,7 +741,7 @@ class CORE_EXPORT QgsGeometryUtils
* \param pointY y-coordinate of generated point
* \returns TRUE if the bisector exists (A B and C are not collinear)
*
* \since QGIS 3.16
* \since QGIS 3.18
*/
static bool bisector( double aX, double aY, double bX, double bY, double cX, double cY,
double &pointX SIP_OUT, double &pointY SIP_OUT ) SIP_HOLDGIL;
Expand Down

0 comments on commit d6ac6c4

Please sign in to comment.