linesweeper 0.0.3

Robust sweep-line algorithm and two-dimensional boolean ops
Documentation
1
2
3
4
5
6
# linesweeper: a robust sweep-line algorithm

This rust crate implements a "robust" version of the Bentley-Ottmann sweep-line
algorithm, and uses it to provide various two-dimensional geometric primitives
like boolean operations on sets.
It is currently in a pre-alpha state.