public class BBox
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Vector |
getMax()
Maximum bounding box corner.
|
Vector |
getMin()
Minimum bounding box corner.
|
void |
setMax(Vector value)
Maximum bounding box corner.
|
void |
setMin(Vector value)
Minimum bounding box corner.
|