|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Box
Interface describing a box
Method Summary | |
---|---|
void |
getCenter(javax.vecmath.Tuple3f center)
Stores in the given tuple the center of this box |
void |
getMax(javax.vecmath.Tuple3f max)
Stores in the given tuple the maximum point of this box |
float |
getMaxX()
Returns the maximum x value of this box |
float |
getMaxY()
Returns the maximum y value of this box |
float |
getMaxZ()
Returns the maximum z value of this box |
void |
getMin(javax.vecmath.Tuple3f min)
Stores in the given tuple the minimum point of this box |
float |
getMinX()
Returns the minimum x value of this box |
float |
getMinY()
Returns the minimum y value of this box |
float |
getMinZ()
Returns the minimum z value of this box |
float |
getSizeX()
Returns the size of this box in x direction |
float |
getSizeY()
Returns the size of this box in y direction |
float |
getSizeZ()
Returns the size of this box in z direction |
Method Detail |
---|
float getMinX()
float getMinY()
float getMinZ()
float getMaxX()
float getMaxY()
float getMaxZ()
void getMin(javax.vecmath.Tuple3f min)
min
- The minimum point of this boxvoid getMax(javax.vecmath.Tuple3f max)
max
- The maximum point of this boxfloat getSizeX()
float getSizeY()
float getSizeZ()
void getCenter(javax.vecmath.Tuple3f center)
center
- The center of this box
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |