BoundingBox2D Structure
The axis-aligned bounding box for Vector2

Namespace: Aspose.ThreeD.Utilities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public struct BoundingBox2D

The BoundingBox2D type exposes the following members.

Constructors
  NameDescription
Public methodBoundingBox2D
Initialize a finite bounding box with given minimum and maximum corner
Properties
  NameDescription
Public propertyExtent
Gets the extent of the bounding box.
Public propertyMaximum
The maximum corner of the bounding box
Public propertyMinimum
The minimum corner of the bounding box
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodMerge(BoundingBox2D)
Merges the new box into the current bounding box.
Public methodMerge(Vector2)
Merges the new box into the current bounding box.
Public methodToString
Gets the string representation of the bounding box.
(Overrides ValueTypeToString.)
Fields
  NameDescription
Public fieldStatic memberInfinite
The infinite bounding box
Public fieldStatic memberNull
The null bounding box
See Also