Immutable axis-aligned bounding box.
Constructor.
The minimum point.
The maximum point.
Readonly
Calculates the bounding box center.
The center of the bounding box.
Calculates the bounding box dimensions.
The dimensions of the bounding box.
Static
Whether the bounding box has dimensions of zero.
The bounding box.
True if the bounding box is empty, false otherwise.
Expands the bounding box to include the specified point.
The point to include.
The expanded bounding box, that includes the point.
Creates a bounding box that is the intersection of two bounding boxes.
The first bounding box.
The second bounding box.
The intersection of the two bounding boxes.
Creates a bounding box that is the union of two bounding boxes.
The union of the two bounding boxes.
Immutable axis-aligned bounding box.