Implementation of Bentley–Ottmann algorithm to find intersection points of a set of line segments
CMake
version >= 3.0.
mkdir -p build
cd build
cmake ..
make
.
├── bin
├── build
├── CMakeLists.txt
├── include
├── LICENSE
├── README.md
├── src
└── test