Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > eee00533ac83fd7ebbf9846dc6d3b77b > files > 225

Io-language-graphics-and-sound-20080330-6.fc15.i686.rpm

<HTML>
<HEAD>
<TITLE>GLUSphere</TITLE>
<STYLE>
BODY, TD, TABLE, TR { font-size:13; font-weight:normal; font-family:"helvetica, arial, sans"; } 
PRE { font-size:13; font-weight:normal; font-family:"courier"; } 
A {text-decoration: none}
</STYLE>
</HEAD>
<BODY BGCOLOR="white">

<H1>GLUSphere</H1>
<SMALL>
Copyright 2002, Steve Dekorte. All rights reserved.<BR>
</SMALL>
<BR>

<A NAME="Summary"></A>
<h2>Summary</h2>
<ul>
GLUSphere is a wrapper for the GLU quadric functions for rendering spheres. <BR>GLUSphere also responds to the methods of <a href="GLUQuadric.html">GLUQuadric</a>.
</UL>

<A NAME="Methods"></A>
<h2>Methods</h2>
<UL>
<BR>

</UL>
<h3>Dimensions</h3>
<UL>
<br>

<b>setRadius(aNumber)</b>
<p>
Sets the radius of the receiver to aNumber. Returns self. 
<br><br><br>

<b>radius</b>
<p>
Returns the radius of the receiver as a Number.
<br><br><br>

</UL>
<h3>Model</h3>
<UL>
<br>

<b>setSlices(aNumber)</b>
<p>
Sets the number of slices(like pie cuts) for the model. Returns self. 
<br><br><br>

<b>slices</b>
<p>
Returns the number of slices in the the model.
<br><br><br>

<b>setStack(aNumber)</b>
<p>
Sets the number of horizontal stacks for the model. Returns self. 
<br><br><br>

<b>slices</b>
<p>
Returns the number of horizontal stacks in the model.
<br><br><br>

</UL>
<h3>Drawing</h3>
<UL>
<br>

<b>draw</b>
<p>
Draw the receiver. 
<br><br><br>



</UL>

<BR>
<BR>
<BR>
<BR>

</html>