You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/core/geometry/qgsgeometryutils.sip
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,8 +108,31 @@ class QgsGeometryUtils
108
108
\param inter Output parameter, the intersection point
109
109
\param isIntersect Output parameter, return true if an intersection is found
110
110
\param tolerance The tolerance to use
111
-
\param acceptImproperIntersection By defaut this method return only intersection point if segments are not contigus. If set on true, return also contigus point as an intersection point.
111
+
\param acceptImproperIntersection By default, this method returns true only if segments have proper intersection. If set true, returns also true if segments have improper intersection (end of one segment on other segment ; continuous segments).
Copy file name to clipboardExpand all lines: src/core/geometry/qgsgeometryutils.h
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,8 +109,31 @@ class CORE_EXPORT QgsGeometryUtils
109
109
* \param inter Output parameter, the intersection point
110
110
* \param isIntersect Output parameter, return true if an intersection is found
111
111
* \param tolerance The tolerance to use
112
-
* \param acceptImproperIntersection By defaut this method return only intersection point if segments are not contigus. If set on true, return also contigus point as an intersection point.
112
+
* \param acceptImproperIntersection By default, this method returns true only if segments have proper intersection. If set true, returns also true if segments have improper intersection (end of one segment on other segment ; continuous segments).
0 commit comments