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.
This class provides 3 methods for working with BoundingBox objects in Java programs.
Available methods include: BoundingBox, getMaximum, getMinimum.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: maximum, minimum.
Description
BoundingBox is a class in the Aspose.3D FOSS library for Java that exposes 2 methods and 2 properties for programmatic use.
Core capabilities include: vector3; vector3. These operations enable developers to integrate boundingbox functionality directly into Java applications.
The class also provides the minimum property (gets the minimum), the maximum property (gets the maximum).
The class offers 2 constructor overloads, allowing flexible initialization depending on the calling context.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
minimum | Vector3 | Read | Gets the minimum. |
maximum | Vector3 | Read | Gets the maximum. |
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. |
getMaximum() → Vector3 | Returns the maximum. |