Module iron_shapes_booleanop::sweep_line::naive_scanline
source · Expand description
Drop-in replacement for the splay set used for the scanline. Very easy implementation but inefficient for large problems.
Structs
- Naive and inefficient implementation of the data structure used for the scan line.