The maximum point of the box, representing the corner with largest coordinates.
The minimum point of the box, representing the corner with smallest coordinates.
Creates a new Box3 with the same boundaries as this box.
A new Box3 instance with copied boundaries
Copies the boundaries of another box into this box.
The box to copy from
Returns the current Box3 instance for method chaining
Determines if this box is equal to another box by comparing their min and max points.
The box to compare with
True if the boxes are equal, false otherwise
Expands the box by the given number in all directions.
The amount to expand the box by
Returns the current Box3 instance for method chaining
Expands the box by the given vector in all directions.
The vector defining the expansion amounts along each axis
Returns the current Box3 instance for method chaining
Represents an axis-aligned bounding box (AABB) in 3D space. The box is defined by its minimum and maximum corner points.