Computational Geometry Project

For your second project, your task is to implement both Graham's Scan and Jarvis's March to compute the convex hull of a set of points.

In addition, choose one of two options:

I've written a simple class to hold a random set of points. It also has a main method that demonstrates a simple use of Java graphics relevant to this project. You may use/modify/get ideas from/ignore this class as you wish:

/homes/tvandrun/Public/cs445/PointSet.java

Due: Friday, Dec 5, at 5:00 pm


Last modified: Wed Nov 12 10:56:01 CST 2008