org.gljava.opengl.ftgl
Class BoundingBox

java.lang.Object
  extended by org.gljava.opengl.ftgl.BoundingBox

public class BoundingBox
extends java.lang.Object


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

llx

float llx

lly

float lly

llz

float llz

urx

float urx

ury

float ury

urz

float urz
Constructor Detail

BoundingBox

public BoundingBox(float llx,
                   float lly,
                   float llz,
                   float urx,
                   float ury,
                   float urz)
Method Detail

getLlx

public float getLlx()
Gets the value of llx

Returns:
the value of llx

setLlx

public void setLlx(float argLlx)
Sets the value of llx

Parameters:
argLlx - Value to assign to this.llx

getLly

public float getLly()
Gets the value of lly

Returns:
the value of lly

setLly

public void setLly(float argLly)
Sets the value of lly

Parameters:
argLly - Value to assign to this.lly

getLlz

public float getLlz()
Gets the value of llz

Returns:
the value of llz

setLlz

public void setLlz(float argLlz)
Sets the value of llz

Parameters:
argLlz - Value to assign to this.llz

getUrx

public float getUrx()
Gets the value of urx

Returns:
the value of urx

setUrx

public void setUrx(float argUrx)
Sets the value of urx

Parameters:
argUrx - Value to assign to this.urx

getUry

public float getUry()
Gets the value of ury

Returns:
the value of ury

setUry

public void setUry(float argUry)
Sets the value of ury

Parameters:
argUry - Value to assign to this.ury

getUrz

public float getUrz()
Gets the value of urz

Returns:
the value of urz

setUrz

public void setUrz(float argUrz)
Sets the value of urz

Parameters:
argUrz - Value to assign to this.urz

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object