home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Graphics / graphics-16000.iso / general / raytrace / renaisnc / delaunay.lha / Delaunay / GrahamHull.h < prev    next >
C/C++ Source or Header  |  1992-01-04  |  229b  |  10 lines

  1. /*
  2.  File: GrahamHull.h
  3.  Authors: K.R. Sloan
  4.  Last Modified: 5 January 1987
  5.  Purpose: calculates the convex hull of a set of <x,y> points
  6.  Note: requires DCEL.h, .c
  7.  */
  8.  
  9. extern PointSetPointer GrahamHull(/* Points, LastPoint */);
  10.