1
0
Fork 0
flightgear/Stripe_u/ties.h

16 lines
538 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: ties.h
-----------------------------------------------------------------------*/
void Clear_Ties();
void Add_Ties();
int Get_Next_Face();