Skip to content

make and expand a 2D convex polygon from a set of points with Graham-Scan

License

Notifications You must be signed in to change notification settings

FinleyPan/ConvexHull2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An interactive app to demonstrate generation and expansion of convex hull: Demo

Prerequisites

Build Step

$ git clone [email protected]:FinleyPan/ConvexHull2D.git ConvexHull2D
$ cd ConvexHull2D
$ mkdir build
$ cd build
$ cmake ..
$ make

About

make and expand a 2D convex polygon from a set of points with Graham-Scan

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages