]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/util.h
minor renaming and a bit of rearranging.
[flightgear.git] / Stripe_u / util.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: util.h
11 -----------------------------------------------------------------------*/
12
13 void switch_lower ();
14 int Compare ();
15 BOOL Exist();
16 int Get_Next_Id();
17 int Different();
18 int Return_Other();
19 int Get_Other_Vertex();
20 PLISTINFO Done();
21 void Output_Edge();
22 void Last_Edge();
23 void First_Edge();
24 BOOL member();