|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGLOOP.GLObjekt
GLOOP.GLTorus
public class GLTorus
GLOOP (Graphics Library for Object-Oriented Programming). Bitte aendern Sie diese Klasse / dieses Paket nicht, sondern teilen Sie dem Entwickler Ihre Vorschlaege mit.
Constructor Summary | |
---|---|
GLTorus(double pX,
double pY,
double pZ,
double pRadius,
double pDicke)
Erstellt einen Torus mit dem Radius pRadius und der Dicke pDicke. |
|
GLTorus(double pX,
double pY,
double pZ,
double pRadius,
double pDicke,
GLTextur pT)
Erstellt einen Torus mit dem Radius pRadius und der Dicke pDicke. |
|
GLTorus(double pX,
double pY,
double pZ,
double pRadius,
double pDicke,
String pT)
Erstellt einen Torus mit dem Radius pRadius und der Dicke pDicke. |
|
GLTorus(GLVektor pPosition,
double pRadius,
double pDicke)
|
|
GLTorus(GLVektor pPosition,
double pRadius,
double pDicke,
GLTextur pT)
|
|
GLTorus(GLVektor pPosition,
double pRadius,
double pDicke,
String pT)
|
Method Summary | |
---|---|
void |
setzeQualitaet(int pQ)
Setzt die Darstellungsqualitaet des Objekts. |
void |
zeichneObjekt(javax.media.opengl.GL2 gl,
javax.media.opengl.glu.GLU glu)
|
Methods inherited from class GLOOP.GLObjekt |
---|
drehe, drehe, drehe, dreheDich, dreheDich, dreheDich, gibPosition, gibTextur, gibX, gibY, gibZ, loesche, loescheDich, rotiere, rotiere, setzeDrehung, setzeFarbe, setzeGlanz, setzeMaterial, setzePosition, setzePosition, setzeSelbstleuchten, setzeSichtbarkeit, setzeSkalierung, setzeSkalierung, setzeTextur, setzeTextur, skaliere, skaliere, verschiebe, verschiebe |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GLTorus(double pX, double pY, double pZ, double pRadius, double pDicke)
public GLTorus(double pX, double pY, double pZ, double pRadius, double pDicke, GLTextur pT)
public GLTorus(double pX, double pY, double pZ, double pRadius, double pDicke, String pT)
public GLTorus(GLVektor pPosition, double pRadius, double pDicke)
public GLTorus(GLVektor pPosition, double pRadius, double pDicke, GLTextur pT)
public GLTorus(GLVektor pPosition, double pRadius, double pDicke, String pT)
Method Detail |
---|
public void setzeQualitaet(int pQ)
setzeQualitaet
in class GLObjekt
public void zeichneObjekt(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu)
zeichneObjekt
in class GLObjekt
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |