mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-09 00:04:30 -05:00
Dox grammar
This commit is contained in:
parent
c4b5710360
commit
932e70b247
@ -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/;
|
QgsPoint project( double distance, double azimuth, double inclination = 90.0 ) const /HoldGIL/;
|
||||||
%Docstring
|
%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.
|
with specified angles (azimuth and inclination), using Cartesian mathematics.
|
||||||
M value is preserved.
|
M value is preserved.
|
||||||
|
|
||||||
|
|||||||
@ -418,7 +418,7 @@ class CORE_EXPORT QgsPoint: public QgsAbstractGeometry
|
|||||||
double inclination( const QgsPoint &other ) const SIP_HOLDGIL;
|
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.
|
* with specified angles (azimuth and inclination), using Cartesian mathematics.
|
||||||
* M value is preserved.
|
* M value is preserved.
|
||||||
* \param distance distance to project
|
* \param distance distance to project
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user