Skip to content

Construct convex hull in 2d and draw pictures of convex hulls and their intersections

License

Notifications You must be signed in to change notification settings

davidmiheev/R2Convex

Repository files navigation

R2Convex

Construct convex hull in 2d and draw pictures of convex hulls and their intersections

Requirements

You need to have only C++ compiler, no external dependencies

Install

git clone https://github.com/davidmiheev/R2Convex.git
cd R2Convex
make

Usage

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.

About

Construct convex hull in 2d and draw pictures of convex hulls and their intersections

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published