SE 450 - Final Project
Solution to the Convex Hull Problem
in Computational Geometry
Geometry()
Construct an applet which implements an algorithm to find the convex hull of a set of points. The convex hull of a set Q of points is the smallest convex polygon P for which each point in Q is either on the boundary of P or in its interior. The user can select either 50, 100 and 200 points. The algorithm to be used is Graham’s Scan.
Basics: