BoundingBox2D

BoundingBox2D

Overview

BoundingBox2D is a struct in Aspose.3D FOSS for .NET.

BoundingBox2D.BoundingBox2D(minimum:Vector2, maximum:Vector2) constructs a 2‑D box using the supplied minimum and maximum points.

Properties

NameTypeAccessDescription
ExtentBoundingBoxExtentReadProperty provides the width and height of the bounding box
MinimumVector2ReadProperty gets the minimum (lower‑left) corner of the box
MaximumVector2ReadProperty gets the maximum (upper‑right) corner of the box

Methods

SignatureDescription
BoundingBox2D(minimum: Vector2, maximum: Vector2)Constructs a 2‑D box using the supplied minimum and maximum points
BoundingBox2D()
Merge(pt: Vector2)Expands the box to encompass another bounding box
Merge(bb: BoundingBox2D)
ToString()Returns a textual representation of the bounding box

See Also