Modifier and Type | Field and Description |
---|---|
BoundingBox3DFloat |
LineSegment3DFloat.bbox
The bounding box of this line.
|
private BoundingBox3DFloat |
Point3DIntList.boundingBox
Bounding box of the shape.
|
Modifier and Type | Method and Description |
---|---|
BoundingBox3DFloat |
BoundingBox3DFloat.expand(float expandBy)
Expands a BoundingBox3DFloat by the specified value on each side and
returns a new bounding box.
|
BoundingBox3DFloat |
BoundingBox3DFloat.expand(float expandX,
float expandY,
float expandZ)
Expands a BoundingBox3DFloat by the specified value on each side and
returns a new bounding box.
|
BoundingBox3DFloat |
BoundingBox3DFloat.expand(float xmin,
float ymin,
float zmin,
float xmax,
float ymax,
float zmax)
Expands a BoundingBox3DFloat by the specified value on each side and
returns a new bounding box.
|
BoundingBox3DFloat |
LineSegment3DFloat.getBoundingBox()
Gets the bounding box of this line segment.
|
BoundingBox3DFloat |
Point3DIntList.getBoundingBox()
Returns the Bounding box of the object.
|
BoundingBox3DFloat |
BoundingBox3DFloat.intersection(BoundingBox3DFloat b1,
BoundingBox3DFloat b2)
Returns a new BoundingBox3DFloat which is the intersection of two
bounding boxes.
|
static BoundingBox3DFloat |
BoundingBox3DFloat.union(BoundingBox3DFloat b1,
BoundingBox3DFloat b2)
Returns a new BoundingBox3DFloat which is the union of two bounding
boxes.
|
Modifier and Type | Method and Description |
---|---|
static VoxelArray |
VoxelArray.construct(BoundingBox3DFloat bb,
boolean value)
Construct a new rectangular VoxelArray that encloses the specific
bounding box.
|
BoundingBox3DFloat |
BoundingBox3DFloat.intersection(BoundingBox3DFloat b1,
BoundingBox3DFloat b2)
Returns a new BoundingBox3DFloat which is the intersection of two
bounding boxes.
|
void |
BoundingBox3DFloat.union(BoundingBox3DFloat other)
Adds the bounds of the other BoundingBox to this box, modifying this
in place.
|
static BoundingBox3DFloat |
BoundingBox3DFloat.union(BoundingBox3DFloat b1,
BoundingBox3DFloat b2)
Returns a new BoundingBox3DFloat which is the union of two bounding
boxes.
|
Constructor and Description |
---|
BoundingBox3DFloat(BoundingBox3DFloat orig)
Copy constructor.
|