1
0
Fork 0
flightgear/Tools/Stripe_u/ties.h
2009-09-14 13:43:55 +02:00

15 lines
538 B
C

/********************************************************************/
/* 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();