This is a simple interactive applet demonstrating the calculation of a convex hull...
commit111f16a3c38b68213c973bdc2c3b5e2ba71cba20
authorMicah Heyer <micah@heyer-laptop.(none)>
Sat, 24 Jan 2009 17:47:13 +0000 (24 11:47 -0600)
committerMicah Heyer <micah@heyer.(none)>
Sat, 24 Jan 2009 18:14:22 +0000 (24 12:14 -0600)
tree47d4af9830168cb6339ec57584153b1d27e0c8e2
This is a simple interactive applet demonstrating the calculation of a convex hull of a set of points.It is written in c++ and uses GTK+ for its gui.Scons is used as the build tool although it would be trivial to create a make file or even a one-liner on the command-line.
SConstruct [new file with mode: 0644]
Vec2f.h [new file with mode: 0644]
convexHull.cpp [new file with mode: 0644]
convexHull.h [new file with mode: 0644]
license [new file with mode: 0644]
main.cpp [new file with mode: 0644]