|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simtk.moleculargraphics.cartoon.BoundingBox
public class BoundingBox
Field Summary | |
---|---|
double |
xMax
|
double |
xMin
|
double |
yMax
|
double |
yMin
|
double |
zMax
|
double |
zMin
|
Constructor Summary | |
---|---|
BoundingBox(double[] bounds)
|
Method Summary | |
---|---|
void |
add(BoundingBox otherBox)
|
Vector3D |
center()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double xMin
public double xMax
public double yMin
public double yMax
public double zMin
public double zMax
Constructor Detail |
---|
public BoundingBox(double[] bounds)
Method Detail |
---|
public void add(BoundingBox otherBox)
public Vector3D center()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |