org.gljava.opengl.ftgl
public class BoundingBox extends Object
| Field Summary | |
|---|---|
| float | llx |
| float | lly |
| float | llz |
| float | urx |
| float | ury |
| 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
|
| String | toString() |
Returns: the value of llx
Returns: the value of lly
Returns: the value of llz
Returns: the value of urx
Returns: the value of ury
Returns: the value of urz
Parameters: argLlx Value to assign to this.llx
Parameters: argLly Value to assign to this.lly
Parameters: argLlz Value to assign to this.llz
Parameters: argUrx Value to assign to this.urx
Parameters: argUry Value to assign to this.ury
Parameters: argUrz Value to assign to this.urz