There was an error while loading. Please reload this page.
1 parent 13c3689 commit eb21ca8Copy full SHA for eb21ca8
README.md
@@ -193,9 +193,9 @@ The sweep line algorithm is susceptible to floating point rounding errors. It is
193
possible to construct an example, with nearly horizontal lines, that would
194
cause it to fail.
195
196
-While library does detected `point-segment` overlap, it does not detected `point-point`
197
-overlap. I.e. identical points in the input dataset, that do not overlap any segment
198
-will not be reported.
+While sweep line implementation detects `point-segment` overlap, I didn't implement `point-point`
+overlap. I.e. identical points in the input array that do not overlap any segment
+are not reported.
199
200
# Miscellaneous
201
0 commit comments