Skip to content

The quickhull algorithm for computing convex hulls in Haskell

License

Notifications You must be signed in to change notification settings

emmanueldenloye/QuickHull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickHull

This just contains the 2D implementation. I'll attempt the general case at a later time.

Dependencies

Ubuntu / Debian

$ sudo apt-get build-dep cairo
$ sudo apt-get install libglib2.0-dev libcairo2-dev libpango1.0-dev

Building

$ stack build

Running tests

$ stack test

About

The quickhull algorithm for computing convex hulls in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published