org.jmol.modelset
Class BoxInfo
java.lang.Object
org.jmol.modelset.BoxInfo
public class BoxInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bbCorner0
private final javax.vecmath.Point3f bbCorner0
bbCorner1
private final javax.vecmath.Point3f bbCorner1
bbCenter
private final javax.vecmath.Point3f bbCenter
bbVector
private final javax.vecmath.Vector3f bbVector
bbVertices
private final javax.vecmath.Point3f[] bbVertices
unitBboxPoints
private static final javax.vecmath.Point3f[] unitBboxPoints
BoxInfo
public BoxInfo()
getBoundBoxCenter
public javax.vecmath.Point3f getBoundBoxCenter()
getBoundBoxCornerVector
public javax.vecmath.Vector3f getBoundBoxCornerVector()
getBoundBoxPoints
public javax.vecmath.Point3f[] getBoundBoxPoints()
getBboxVertices
javax.vecmath.Point3f[] getBboxVertices()
getBoundBoxInfo
java.util.Hashtable getBoundBoxInfo()
setBoundBox
void setBoundBox(javax.vecmath.Point3f pt1,
javax.vecmath.Point3f pt2,
boolean byCorner)
reset
void reset()
addBoundBoxPoint
void addBoundBoxPoint(javax.vecmath.Point3f pt)
setBbcage
void setBbcage()
isWithin
boolean isWithin(javax.vecmath.Point3f pt)