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