BoundingBox2D Structure |
Namespace: Aspose.ThreeD.Utilities
The BoundingBox2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | BoundingBox2D |
Initialize a finite bounding box with given minimum and maximum corner
|
Name | Description | |
---|---|---|
![]() | Extent |
Gets the extent of the bounding box.
|
![]() | Maximum |
The maximum corner of the bounding box
|
![]() | Minimum |
The minimum corner of the bounding box
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from ValueType.) |
![]() | GetHashCode | (Inherited from ValueType.) |
![]() | GetType | (Inherited from Object.) |
![]() | Merge(BoundingBox2D) |
Merges the new box into the current bounding box.
|
![]() | Merge(Vector2) |
Merges the new box into the current bounding box.
|
![]() | ToString |
Gets the string representation of the bounding box.
(Overrides ValueTypeToString.) |