public class BoundingBox
extends java.lang.Object
| Constructor and Description |
|---|
BoundingBox(Bounds xLB,
Bounds xUB,
Bounds yLB,
Bounds yUB) |
BoundingBox(Bounds xLB,
Bounds xUB,
Bounds yLB,
Bounds yUB,
Bounds zLB,
Bounds zUB) |
| Modifier and Type | Method and Description |
|---|---|
Point |
getACentrePointSolution() |
RectangularCuboid |
getAlmostCentreRecCuboid() |
java.awt.Rectangle |
getAlmostCentreRectangle() |
java.awt.Rectangle |
getMaxRectabgle() |
java.awt.Rectangle |
getMinRectabgle() |
java.lang.String |
getName() |
Bounds |
getxLB() |
Bounds |
getxUB() |
Bounds |
getyLB() |
Bounds |
getyUB() |
Bounds |
getzLB() |
Bounds |
getzUB() |
void |
setName(java.lang.String name) |
public BoundingBox(Bounds xLB, Bounds xUB, Bounds yLB, Bounds yUB)
xLB - xUB - yLB - yUB - public Bounds getxLB()
public Bounds getxUB()
public Bounds getyLB()
public Bounds getyUB()
public Bounds getzUB()
public Bounds getzLB()
public void setName(java.lang.String name)
public java.lang.String getName()
public java.awt.Rectangle getMinRectabgle()
public java.awt.Rectangle getMaxRectabgle()
public Point getACentrePointSolution()
public java.awt.Rectangle getAlmostCentreRectangle()
public RectangularCuboid getAlmostCentreRecCuboid()