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
| Name | Type | Access | Description |
|---|---|---|---|
Extent | BoundingBoxExtent | Read | Property provides the width and height of the bounding box |
Minimum | Vector2 | Read | Property gets the minimum (lower‑left) corner of the box |
Maximum | Vector2 | Read | Property gets the maximum (upper‑right) corner of the box |
Methods
| Signature | Description |
|---|---|
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 |