rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man2 / gluNewTess.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
3 "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
4 <refentry id="gluNewTess">
5 <refmeta>
6 <refmetainfo>
7 <copyright>
8 <year>1991-2006</year>
9 <holder>Silicon Graphics, Inc.</holder>
10 </copyright>
11 </refmetainfo>
12 <refentrytitle>gluNewTess</refentrytitle>
13 <manvolnum>3G</manvolnum>
14 </refmeta>
15 <refnamediv>
16 <refname>gluNewTess</refname>
17 <refpurpose>create a tessellation object</refpurpose>
18 </refnamediv>
19 <refsynopsisdiv><title>C Specification</title>
20 <funcsynopsis>
21 <funcprototype>
22 <funcdef>GLUtesselator* <function>gluNewTess</function></funcdef>
23 </funcprototype>
24 </funcsynopsis>
25 </refsynopsisdiv>
26 <!-- eqn: ignoring delim $$ -->
27 <refsect1 id="description"><title>Description</title>
28 <para>
29 <function>gluNewTess</function> creates and returns a pointer to a new tessellation object.
30 This object must be referred to when calling
31 tessellation functions. A return value of
32 0 means that there is not enough memory to allocate the object.
33 </para>
34 </refsect1>
35 <refsect1 id="seealso"><title>See Also</title>
36 <para>
37 <citerefentry><refentrytitle>gluTessBeginPolygon</refentrytitle></citerefentry>,
38 <citerefentry><refentrytitle>gluDeleteTess</refentrytitle></citerefentry>,
39 <citerefentry><refentrytitle>gluTessCallback</refentrytitle></citerefentry>
40 </para>
41 </refsect1>
42 <refsect1 id="Copyright"><title>Copyright</title>
43 <para>
44 Copyright <trademark class="copyright"></trademark> 1991-2006
45 Silicon Graphics, Inc. This document is licensed under the SGI
46 Free Software B License. For details, see
47 <ulink url="http://oss.sgi.com/projects/FreeB/">http://oss.sgi.com/projects/FreeB/</ulink>.
48 </para>
49 </refsect1>
50 </refentry>