Kstars

normal.h
1/*
2** Author: Eric Veach, July 1994.
3**
4*/
5
6#ifndef __normal_h_
7#define __normal_h_
8
9#include "tess.h"
10
11/* __gl_projectPolygon( tess ) determines the polygon normal
12 * and project vertices onto the plane of the polygon.
13 */
14void __gl_projectPolygon(GLUtesselator *tess);
15
16#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.