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
\param intersectionPoint Output parameter, the intersection point
111
-
\param isIntersection Output parameter, return true if an intersection is found
112
-
\param tolerance The tolerance to use
113
-
\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).
:param intersectionPoint: Output parameter, the intersection point
112
+
:param isIntersection: Output parameter, return true if an intersection is found
113
+
:param tolerance: The tolerance to use
114
+
: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