public class PartialDisk extends Quadric
drawStyle, normals, orientation, textureFlag
Constructor | Description |
---|---|
PartialDisk() |
Constructor for PartialDisk.
|
Modifier and Type | Method | Description |
---|---|---|
void |
draw(float innerRadius,
float outerRadius,
int slices,
int loops,
float startAngle,
float sweepAngle) |
renders a partial disk on the z=0 plane.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cos, getDrawStyle, getNormals, getOrientation, getTextureFlag, normal3f, setDrawStyle, setNormals, setOrientation, setTextureFlag, sin, TXTR_COORD
public void draw(float innerRadius, float outerRadius, int slices, int loops, float startAngle, float sweepAngle)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.