Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix reference
  • Loading branch information
DelazJ authored and nyalldawson committed Jun 13, 2021
1 parent 636d5cc commit fd35d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/geometry/qgspoint.h
Expand Up @@ -383,9 +383,9 @@ class CORE_EXPORT QgsPoint: public QgsAbstractGeometry

/**
* Returns the Cartesian 3D distance between this point and a specified x, y, z coordinate. In certain
* cases it may be more appropriate to call the faster distanceSquared() method, e.g.,
* cases it may be more appropriate to call the faster distanceSquared3D() method, e.g.,
* when comparing distances.
* \see distanceSquared()
* \see distanceSquared3D()
* \since QGIS 3.0
*/
double distance3D( double x, double y, double z ) const SIP_HOLDGIL;
Expand Down

0 comments on commit fd35d63

Please sign in to comment.