Skip to content

Commit

Permalink
Complete 'Usage' section
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Apr 16, 2022
1 parent e5e1fc2 commit 8e40edf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ we can check if they intersect
True

```
we can also find in which points segments intersect
```python
>>> from bentley_ottmann.planar import segments_intersections
>>> segments_intersections(unit_segments) == {(0, 1): (Point(0, 0),)}
True

```
here we can see that `0`th and `1`st segments intersect at point `(0, 0)`.

With contours
```python
Expand Down

0 comments on commit 8e40edf

Please sign in to comment.