1
0
Fork 0
flightgear/Stripe_w/extend.h

18 lines
539 B
C
Raw Normal View History

1998-07-31 18:27:36 +00:00
/********************************************************************/
/* STRIPE: converting a polygonal model to triangle strips
Francine Evans, 1996.
SUNY @ Stony Brook
Advisors: Steven Skiena and Amitabh Varshney
*/
/********************************************************************/
/*---------------------------------------------------------------------*/
/* STRIPE: extend.h
-----------------------------------------------------------------------*/
int Bottom_Left();
int Top_Left();
void Start_Edge();