项目作者: dub-basu

项目描述 :
Implementation of Bentley–Ottmann algorithm to find intersection points of a set of line segments
高级语言: HTML
项目地址: git://github.com/dub-basu/intersecting-lines.git
创建时间: 2019-03-04T16:58:28Z
项目社区:https://github.com/dub-basu/intersecting-lines

开源协议:MIT License

下载


Intersecting Lines

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

Requirements

CMake version >= 3.0.

Build Instructions

  1. mkdir -p build
  2. cd build
  3. cmake ..
  4. make

Directory Structure

  1. .
  2. ├── bin
  3. ├── build
  4. ├── CMakeLists.txt
  5. ├── include
  6. ├── LICENSE
  7. ├── README.md
  8. ├── src
  9. └── test