Skip to content

Commit

Permalink
Fix warn doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored and nyalldawson committed Apr 20, 2018
1 parent b09cbae commit 2702a30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/core/geometry/qgsgeometryutils.sip.in
Expand Up @@ -516,7 +516,8 @@ A method to project one skew line onto another.
:param P12: is the second point that belongs to first skew line,
:param P2: is the first point that belongs to second skew line,
:param P22: is the second point that belongs to second skew line,
:param X1: is the result projection point of line P2P22 onto line P1P12.
:param X1: is the result projection point of line P2P22 onto line P1P12,
:param epsilon: the tolerance to use.

:return: true if such point exists, false - otherwise.
%End
Expand Down
3 changes: 2 additions & 1 deletion src/core/geometry/qgsgeometryutils.h
Expand Up @@ -530,7 +530,8 @@ class CORE_EXPORT QgsGeometryUtils
* \param P12 is the second point that belongs to first skew line,
* \param P2 is the first point that belongs to second skew line,
* \param P22 is the second point that belongs to second skew line,
* \param X1 is the result projection point of line P2P22 onto line P1P12.
* \param X1 is the result projection point of line P2P22 onto line P1P12,
* \param epsilon the tolerance to use.
* \return true if such point exists, false - otherwise.
*/
static bool skewLinesProjection( const QgsVector3D &P1, const QgsVector3D &P12,
Expand Down

0 comments on commit 2702a30

Please sign in to comment.