1
0
Fork 0
flightgear/Stripe_u/partial.h

16 lines
536 B
C
Raw Normal View History

1998-04-09 01:58:04 +00:00
/********************************************************************/
/* 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();