/intersecting-lines

Implementation of Bentley–Ottmann algorithm to find intersection points of a set of line segments

Primary LanguageHTMLMIT LicenseMIT

Intersecting Lines

Implementation of Bentley–Ottmann algorithm to find intersection points of a set of line segments

Requirements

CMake version >= 3.0.

Build Instructions

mkdir -p build
cd build
cmake ..
make

Directory Structure

.
├── bin
├── build
├── CMakeLists.txt
├── include
├── LICENSE
├── README.md
├── src
└── test