BoundingBox2D

BoundingBox2D

Overview

BoundingBox2D is a class in Aspose.3D FOSS for Java. Inherits from: Serializable.

This class provides 8 methods for working with BoundingBox2D objects in Java programs. Available methods include: BoundingBox2D, getExtent, getMaximum, getMinimum, merge, toString. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: INFINITE, NULL, extent, maximum, minimum.

Properties

NameTypeAccessDescription
extentBoundingBoxExtentReadGets the extent.
minimumVector2ReadGets the minimum.
maximumVector2ReadGets the maximum.
NULLBoundingBox2DReadGets the null.
INFINITEBoundingBox2DReadGets the infinite.

Methods

SignatureDescription
BoundingBox2D()Calls BoundingBox2D on this BoundingBox2D instance.
BoundingBox2D(minimum: Vector2, maximum: Vector2)Calls BoundingBox2D(minimum, maximum) on this BoundingBox2D instance.
getExtent()BoundingBoxExtentReturns the extent.
getMinimum()Vector2Returns the minimum.
getMaximum()Vector2Returns the maximum.
merge(pt: Vector2)Calls merge(pt) on this BoundingBox2D instance.
merge(bb: BoundingBox2D)Calls merge(bb) on this BoundingBox2D instance.
toString()StringCalls toString on this BoundingBox2D instance.

See Also

 English