Construct convex hull in 2d and draw pictures of convex hulls and their intersections
You need to have only C++ compiler, no external dependencies
git clone https://github.com/davidmiheev/R2Convex.git
cd R2Convex
make
Just run: ./conv
The program reads the coordinates of points from files: data.txt
, data1.txt
, data2.txt
;
and draws convex hulls of these points and their intersections in bmp format.