|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.util.glu.Quadric
org.lwjgl.util.glu.Disk
public class Disk
Disk.java Created 23-dec-2003
Field Summary |
---|
Fields inherited from class org.lwjgl.util.glu.Quadric |
---|
drawStyle, normals, orientation, textureFlag |
Constructor Summary | |
---|---|
Disk()
Constructor for Disk. |
Method Summary | |
---|---|
void |
draw(float innerRadius,
float outerRadius,
int slices,
int loops)
renders a disk on the z = 0 plane. |
Methods inherited from class org.lwjgl.util.glu.Quadric |
---|
cos, getDrawStyle, getNormals, getOrientation, getTextureFlag, normal3f, setDrawStyle, setNormals, setOrientation, setTextureFlag, sin, TXTR_COORD |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Disk()
Method Detail |
---|
public void draw(float innerRadius, float outerRadius, int slices, int loops)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |