]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/extend.h
Hacking towards the first working version.
[flightgear.git] / Stripe_u / extend.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: extend.h
11 -----------------------------------------------------------------------*/
12
13 int Bottom_Left();
14 int Top_Left();
15 void Start_Edge();
16
17