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

NameTypeAccessDescription
minimumVector3ReadGets or sets the minimum corner vector of the bounding box
maximumVector3Read

Methods

SignatureDescription
BoundingBox()Initializes a bounding box with the specified minimum and maximum vectors
BoundingBox(minimum: Vector3, maximum: Vector3)
getMinimum()Vector3Returns the minimum corner vector of the bounding box
getMaximum()Vector3Returns the maximum corner vector of the bounding box

See Also