|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gljava.opengl.ftgl.BoundingBox
public class BoundingBox
| Field Summary | |
|---|---|
(package private) float |
llx
|
(package private) float |
lly
|
(package private) float |
llz
|
(package private) float |
urx
|
(package private) float |
ury
|
(package private) float |
urz
|
| Constructor Summary | |
|---|---|
BoundingBox(float llx,
float lly,
float llz,
float urx,
float ury,
float urz)
|
|
| Method Summary | |
|---|---|
float |
getLlx()
Gets the value of llx |
float |
getLly()
Gets the value of lly |
float |
getLlz()
Gets the value of llz |
float |
getUrx()
Gets the value of urx |
float |
getUry()
Gets the value of ury |
float |
getUrz()
Gets the value of urz |
void |
setLlx(float argLlx)
Sets the value of llx |
void |
setLly(float argLly)
Sets the value of lly |
void |
setLlz(float argLlz)
Sets the value of llz |
void |
setUrx(float argUrx)
Sets the value of urx |
void |
setUry(float argUry)
Sets the value of ury |
void |
setUrz(float argUrz)
Sets the value of urz |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
float llx
float lly
float llz
float urx
float ury
float urz
| Constructor Detail |
|---|
public BoundingBox(float llx,
float lly,
float llz,
float urx,
float ury,
float urz)
| Method Detail |
|---|
public float getLlx()
public void setLlx(float argLlx)
argLlx - Value to assign to this.llxpublic float getLly()
public void setLly(float argLly)
argLly - Value to assign to this.llypublic float getLlz()
public void setLlz(float argLlz)
argLlz - Value to assign to this.llzpublic float getUrx()
public void setUrx(float argUrx)
argUrx - Value to assign to this.urxpublic float getUry()
public void setUry(float argUry)
argUry - Value to assign to this.urypublic float getUrz()
public void setUrz(float argUrz)
argUrz - Value to assign to this.urzpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||