Package | Description |
---|---|
org.scilab.forge.scirenderer.implementation.g2d.motor |
Modifier and Type | Field and Description |
---|---|
protected BoundingBox |
AbstractDrawable3DObject.bbox |
Modifier and Type | Method and Description |
---|---|
static BoundingBox |
BoundingBox.getBoundingBox(AbstractDrawable3DObject object)
Get the bounding box of an object
|
Modifier and Type | Method and Description |
---|---|
boolean |
BoundingBox.isIntersecting(BoundingBox box) |
boolean |
BoundingBox.isStrictlyIntersecting(BoundingBox box) |
int |
BoundingBox.xCompare(BoundingBox box)
Get the relative x-position of this bounding-box and of the box
|
int |
BoundingBox.yCompare(BoundingBox box)
Get the relative y-position of this bounding-box and of the box
|
int |
BoundingBox.zCompare(BoundingBox box)
Get the relative z-position of this bounding-box and of the box
|