org.jmol.modelset
public class BoxInfo extends Object
| Field Summary | |
|---|---|
| Point3f | bbCenter |
| Point3f | bbCorner0 |
| Point3f | bbCorner1 |
| Vector3f | bbVector |
| Point3f[] | bbVertices |
| static Point3f[] | unitBboxPoints |
| Method Summary | |
|---|---|
| void | addBoundBoxPoint(Point3f pt) |
| Point3f[] | getBboxVertices() |
| Point3f | getBoundBoxCenter() |
| Vector3f | getBoundBoxCornerVector() |
| Hashtable | getBoundBoxInfo() |
| Point3f[] | getBoundBoxPoints() |
| boolean | isWithin(Point3f pt) |
| void | reset() |
| void | setBbcage() |
| void | setBoundBox(Point3f pt1, Point3f pt2, boolean byCorner) |