| Package | Description |
|---|---|
| enlight.model | |
| enlight.model.primitive | |
| mikera.vectorz.geom |
| Modifier and Type | Method and Description |
|---|---|
BoundBox |
ISceneObject.getBoundBox() |
BoundBox |
ASceneObject.getBoundBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
ISceneObject.includeInBoundBox(BoundBox b) |
static void |
Utils.includeSupportBounds(ASceneObject o,
BoundBox b) |
| Modifier and Type | Method and Description |
|---|---|
void |
Union.includeInBoundBox(BoundBox b) |
void |
Sphere.includeInBoundBox(BoundBox b) |
void |
AInfinitePrimitive.includeInBoundBox(BoundBox b) |
void |
AFinitePrimitive.includeInBoundBox(BoundBox b) |
| Modifier and Type | Method and Description |
|---|---|
BoundBox |
BoundBox.clone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BoundBox.contains(BoundBox bb) |
boolean |
BoundBox.equals(BoundBox b) |
void |
BoundBox.include(BoundBox bb) |
| Constructor and Description |
|---|
BoundBox(BoundBox bb)
Construct a BoundBox as an exact deep copy of another BoundBox
|
BoundBox(BoundBox bb,
double margin)
Construct a BoundBox with a margin around an existing BoundBox
|
Copyright © 2012. All Rights Reserved.