]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/partial.h
Removed forced -g compiler flag.
[flightgear.git] / Stripe_u / partial.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: partial.h
11 -----------------------------------------------------------------------*/
12
13 void Partial_Triangulate();
14 void Inside_Polygon();
15