BoundingBox
Overview
BoundingBox is a class in Aspose.3D FOSS for Java.
BoundingBox.BoundingBox creates an empty bounding box with default minimum and maximum values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
minimum | Vector3 | Read | Gets or sets the minimum corner vector of the bounding box |
maximum | Vector3 | Read |
Methods
| Signature | Description |
|---|---|
BoundingBox() | Initializes a bounding box with the specified minimum and maximum vectors |
BoundingBox(minimum: Vector3, maximum: Vector3) | |
getMinimum() → Vector3 | Returns the minimum corner vector of the bounding box |
getMaximum() → Vector3 | Returns the maximum corner vector of the bounding box |