Module sweep

Source
Expand description

Planar sweep algorithm and related utils

Structs§

Intersections
Iterator over all intersections of a collection of lines.
SweepPoint
A lexicographically ordered point.

Enums§

LineOrPoint
Either a line segment or a point.

Traits§

Cross
Interface for types that can be processed to detect crossings.