kirill-terekhov / SweepLine

Implementation of sweep line algorithm for intersection of segments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SweepLine

Given a number of segments, finds their intersection points and outputs a new set of non-intersecting segments connected to intersection points.

Example

Example hardcoded into main

Example

About

Implementation of sweep line algorithm for intersection of segments


Languages

Language:C++ 99.4%Language:CMake 0.6%