]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/ties.h
Added Construct/ and moved Clipper/ to it.
[flightgear.git] / Stripe_u / ties.h
1 /********************************************************************/
2 /*   STRIPE: converting a polygonal model to triangle strips    
3      Francine Evans, 1996.
4      SUNY @ Stony Brook
5      Advisors: Steven Skiena and Amitabh Varshney
6 */
7 /********************************************************************/
8
9 /*---------------------------------------------------------------------*/
10 /*   STRIPE: ties.h
11 -----------------------------------------------------------------------*/
12
13 void Clear_Ties();
14 void Add_Ties();
15 int Get_Next_Face();