rlux / voronoi

a C++ library to calculate voronoi diagrams for a given set of points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voronoi++

Voronoi++ is a C++ library to calculate voronoi diagrams for a given set of points.

Content

Requirements

Building

> mkdir build && cd build
> cmake ..
> make

If you also want to compile the demo program, replace the second command with the following:

> cmake .. -DBUILD_WITH_EXAMPLE=true

License

Voronoi++ is licensed under the LPGL-3.

About

a C++ library to calculate voronoi diagrams for a given set of points

License:Other


Languages

Language:C++ 100.0%