Expand description
Find line intersections using the Bentley-Ottmann algorithm
Structs§
- Intersections
- Find all intersections within a collection of line segments using a simplified Bentley-Ottmann sweep.
Traits§
- Cross
- A 1-dimensional finite line used as input to
Intersections.