15 lines
536 B
C
15 lines
536 B
C
/********************************************************************/
|
|
/* STRIPE: converting a polygonal model to triangle strips
|
|
Francine Evans, 1996.
|
|
SUNY @ Stony Brook
|
|
Advisors: Steven Skiena and Amitabh Varshney
|
|
*/
|
|
/********************************************************************/
|
|
|
|
/*---------------------------------------------------------------------*/
|
|
/* STRIPE: partial.h
|
|
-----------------------------------------------------------------------*/
|
|
|
|
void Partial_Triangulate();
|
|
void Inside_Polygon();
|
|
|