Skip to content

walac/split-rectangle-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Given a set of possibly overlapping rectangles, split_rectangles returns a new set of rectangles guaranteed to not overlap.

Compiling

Install catch2 and boost through vcpkg, then run:

$ mkdir build
$ cd build
$ cmake -DCMAKE_TOOLCHAIN_FILE=<vcpkg-dir>/scripts/buildsystems/vcpkg.cmake ..

About

Rectangle split algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published