]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/sturctsex.h
Tweaked output formatting a bit.
[flightgear.git] / Stripe_u / sturctsex.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:sturctsex.h
11 -----------------------------------------------------------------------*/
12
13 #define EVEN(x) (((x) & 1) == 0)
14
15 BOOL Get_EdgeEx();
16 void add_vert_idEx();
17 void Update_FaceEx();
18 int Min_Face_AdjEx();
19 int Change_FaceEx();
20 void Delete_AdjEx();
21 int Number_AdjEx();
22 int Update_AdjacenciesEx();
23
24
25
26
27
28