Opentk/Source/Bind/Specifications/Docs/gluNewQuadric.xml
2009-03-08 00:46:58 +00:00

57 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
"http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
<refentry id="gluNewQuadric">
<refmeta>
<refmetainfo>
<copyright>
<year>1991-2006</year>
<holder>Silicon Graphics, Inc.</holder>
</copyright>
</refmetainfo>
<refentrytitle>gluNewQuadric</refentrytitle>
<manvolnum>3G</manvolnum>
</refmeta>
<refnamediv>
<refname>gluNewQuadric</refname>
<refpurpose>create a quadrics object</refpurpose>
</refnamediv>
<refsynopsisdiv><title>C Specification</title>
<funcsynopsis>
<funcprototype>
<funcdef>GLUquadric* <function>gluNewQuadric</function></funcdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<!-- eqn: ignoring delim $$ -->
<refsect1 id="description"><title>Description</title>
<para>
<function>gluNewQuadric</function> creates and returns a pointer to
a new quadrics object. This object must be referred to when
calling quadrics rendering and control functions. A return value of
0 means that there is not enough memory to allocate the object.
</para>
</refsect1>
<refsect1 id="seealso"><title>See Also</title>
<para>
<citerefentry><refentrytitle>gluCylinder</refentrytitle></citerefentry>,
<citerefentry><refentrytitle>gluDeleteQuadric</refentrytitle></citerefentry>,
<citerefentry><refentrytitle>gluDisk</refentrytitle></citerefentry>,
<citerefentry><refentrytitle>gluPartialDisk</refentrytitle></citerefentry>,
<citerefentry><refentrytitle>gluQuadricCallback</refentrytitle></citerefentry>,
<citerefentry><refentrytitle>gluQuadricDrawStyle</refentrytitle></citerefentry>,
<citerefentry><refentrytitle>gluQuadricNormals</refentrytitle></citerefentry>,
<citerefentry><refentrytitle>gluQuadricOrientation</refentrytitle></citerefentry>,
<citerefentry><refentrytitle>gluQuadricTexture</refentrytitle></citerefentry>,
<citerefentry><refentrytitle>gluSphere</refentrytitle></citerefentry>
</para>
</refsect1>
<refsect1 id="Copyright"><title>Copyright</title>
<para>
Copyright <trademark class="copyright"></trademark> 1991-2006
Silicon Graphics, Inc. This document is licensed under the SGI
Free Software B License. For details, see
<ulink url="http://oss.sgi.com/projects/FreeB/">http://oss.sgi.com/projects/FreeB/</ulink>.
</para>
</refsect1>
</refentry>