From: Peters, Tom Sent: Wed 2/28/2007 3:23 PM To: daniel.keener@uconn.edu; Peters, Tom; guelson18@yahoo.fr; ronald.leask@uconn.edu; ikhan.mcclarty@gmail.com; kellyannweinzimmer@gmail.com; zodiacw@gmail.com; john.clark@huskymail.uconn.edu; graham.gimbert@uconn.edu; CHRISTOPHER.REVEL@UCONN.EDU; ronique@nicabm.com; SON.T.LE@UCONN.EDU; joel.s.stevens@gmail.com; robert.opalenik@uconn.edu; david.lanier@uconn.edu Cc: Peters, Tom Subject: 3d specializations for program_3 Attachments: View As Web Page Hi, Some students are having difficulty with the 3D convex hulls. That is a secondary part of this project, so I am dispensing with your need to create 3D convex hulls, in order to facilitate finishing the project tomorrow. If you already have this, your code should continue to work fine on this specialization. You still need to be able to generate 2D convex hulls. The specialization will be that 1. the previous polyhedron data structure will have the convention that if k = 1 and n = 1, then only a single polygon is given. 2. for any polyhedron given, I will guarantee that it is convex, as well as satisfying previously stated conditions (polygons may be non-convex) 3. I will give each team two data files, one for showing multiple surfaces and the other (an easier requirement than before) will have a single polygon, which you should display and generate its convex hull and show both on the screen, simultaneously. (Different colors would be good.) Dr. Peters