Expand description
Planar sweep algorithm and related utils
Structs§
- Intersections
- Iterator over all intersections of a collection of lines.
- Sweep
Point - A lexicographically ordered point.
Enums§
- Line
OrPoint - Either a line segment or a point.
Traits§
- Cross
- Interface for types that can be processed to detect crossings.