2a1b23e29fcb3e30f1c8d2c037fa0146996327b3
[clinton/guile-figl.git] / upstream-man-pages / man2 / gluNewQuadric.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="gluNewQuadric">
5 <refmeta>
6 <refmetainfo>
7 <copyright>
8 <year>1991-2006</year>
9 <holder>Silicon Graphics, Inc.</holder>
10 </copyright>
11 </refmetainfo>
12 <refentrytitle>gluNewQuadric</refentrytitle>
13 <manvolnum>3G</manvolnum>
14 </refmeta>
15 <refnamediv>
16 <refname>gluNewQuadric</refname>
17 <refpurpose>create a quadrics object</refpurpose>
18 </refnamediv>
19 <refsynopsisdiv><title>C Specification</title>
20 <funcsynopsis>
21 <funcprototype>
22 <funcdef>GLUquadric* <function>gluNewQuadric</function></funcdef>
23 </funcprototype>
24 </funcsynopsis>
25 </refsynopsisdiv>
26 <!-- eqn: ignoring delim $$ -->
27 <refsect1 id="description"><title>Description</title>
28 <para>
29 <function>gluNewQuadric</function> creates and returns a pointer to
30 a new quadrics object. This object must be referred to when
31 calling quadrics rendering and control 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>gluCylinder</refentrytitle></citerefentry>,
38 <citerefentry><refentrytitle>gluDeleteQuadric</refentrytitle></citerefentry>,
39 <citerefentry><refentrytitle>gluDisk</refentrytitle></citerefentry>,
40 <citerefentry><refentrytitle>gluPartialDisk</refentrytitle></citerefentry>,
41 <citerefentry><refentrytitle>gluQuadricCallback</refentrytitle></citerefentry>,
42 <citerefentry><refentrytitle>gluQuadricDrawStyle</refentrytitle></citerefentry>,
43 <citerefentry><refentrytitle>gluQuadricNormals</refentrytitle></citerefentry>,
44 <citerefentry><refentrytitle>gluQuadricOrientation</refentrytitle></citerefentry>,
45 <citerefentry><refentrytitle>gluQuadricTexture</refentrytitle></citerefentry>,
46 <citerefentry><refentrytitle>gluSphere</refentrytitle></citerefentry>
47 </para>
48 </refsect1>
49 <refsect1 id="Copyright"><title>Copyright</title>
50 <para>
51 Copyright <trademark class="copyright"></trademark> 1991-2006
52 Silicon Graphics, Inc. This document is licensed under the SGI
53 Free Software B License. For details, see
54 <ulink url="http://oss.sgi.com/projects/FreeB/">http://oss.sgi.com/projects/FreeB/</ulink>.
55 </para>
56 </refsect1>
57 </refentry>