home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Graphics
/
graphics-16000.iso
/
general
/
raytrace
/
renaisnc
/
delaunay.lha
/
Delaunay
/
GrahamHull.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-04
|
229b
|
10 lines
/*
File: GrahamHull.h
Authors: K.R. Sloan
Last Modified: 5 January 1987
Purpose: calculates the convex hull of a set of <x,y> points
Note: requires DCEL.h, .c
*/
extern PointSetPointer GrahamHull(/* Points, LastPoint */);