Dox grammar

This commit is contained in:
Nyall Dawson 2020-12-14 08:51:38 +10:00
parent c4b5710360
commit 932e70b247
2 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@ Returns 90.0 if the distance between this point and other one is equal to 0 (sam
QgsPoint project( double distance, double azimuth, double inclination = 90.0 ) const /HoldGIL/;
%Docstring
Returns a new point which correspond to this point projected by a specified distance
Returns a new point which corresponds to this point projected by a specified distance
with specified angles (azimuth and inclination), using Cartesian mathematics.
M value is preserved.

View File

@ -418,7 +418,7 @@ class CORE_EXPORT QgsPoint: public QgsAbstractGeometry
double inclination( const QgsPoint &other ) const SIP_HOLDGIL;
/**
* Returns a new point which correspond to this point projected by a specified distance
* Returns a new point which corresponds to this point projected by a specified distance
* with specified angles (azimuth and inclination), using Cartesian mathematics.
* M value is preserved.
* \param distance distance to project