org.gljava.opengl.ftgl

Class BoundingBox

public class BoundingBox extends Object

Field Summary
floatllx
floatlly
floatllz
floaturx
floatury
floaturz
Constructor Summary
BoundingBox(float llx, float lly, float llz, float urx, float ury, float urz)
Method Summary
floatgetLlx()
Gets the value of llx
floatgetLly()
Gets the value of lly
floatgetLlz()
Gets the value of llz
floatgetUrx()
Gets the value of urx
floatgetUry()
Gets the value of ury
floatgetUrz()
Gets the value of urz
voidsetLlx(float argLlx)
Sets the value of llx
voidsetLly(float argLly)
Sets the value of lly
voidsetLlz(float argLlz)
Sets the value of llz
voidsetUrx(float argUrx)
Sets the value of urx
voidsetUry(float argUry)
Sets the value of ury
voidsetUrz(float argUrz)
Sets the value of urz
StringtoString()

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

getLly

public float getLly()
Gets the value of lly

Returns: the value of lly

getLlz

public float getLlz()
Gets the value of llz

Returns: the value of llz

getUrx

public float getUrx()
Gets the value of urx

Returns: the value of urx

getUry

public float getUry()
Gets the value of ury

Returns: the value of ury

getUrz

public float getUrz()
Gets the value of urz

Returns: the value of urz

setLlx

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

Parameters: argLlx Value to assign to this.llx

setLly

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

Parameters: argLly Value to assign to this.lly

setLlz

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

Parameters: argLlz Value to assign to this.llz

setUrx

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

Parameters: argUrx Value to assign to this.urx

setUry

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

Parameters: argUry Value to assign to this.ury

setUrz

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

Parameters: argUrz Value to assign to this.urz

toString

public String toString()