Warning, file /education/kstars/kstars/libtess/src/normal.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002 ** Author: Eric Veach, July 1994.
0003 **
0004 */
0005 
0006 #ifndef __normal_h_
0007 #define __normal_h_
0008 
0009 #include "tess.h"
0010 
0011 /* __gl_projectPolygon( tess ) determines the polygon normal
0012  * and project vertices onto the plane of the polygon.
0013  */
0014 void __gl_projectPolygon(GLUtesselator *tess);
0015 
0016 #endif