Struct geo_crossings::monotone::Sweep [−][src]
pub struct Sweep<T: GeoNum> { /* fields omitted */ }
Expand description
Monotone decomposition sweep implementation.
Implements the plane-sweep used by the polygon
decomposition algorithm. Users should typically use
crate::monotone::monotone_chains
.
Implementation is based on the algorithm. description in these awesome lecture notes.