The lower upper (x, y) boundary of the box. Default is ( - Infinity, - Infinity ).
The lower (x, y) boundary of the box. Default is ( + Infinity, + Infinity ).
Expands this box equilaterally by vector. The width of this box will be expanded by the x component of vector in both directions. The height of this box will be expanded by the y component of vector in both directions.
This instance.
Vector2 to expand the box by.
Compute the intersection of this and box, setting the upper bound of this box to the lesser of the two boxes' upper bounds and the lower bound of this box to the greater of the two boxes' lower bounds.
This instance.
Box to intersect with.
Represents an axis-aligned bounding box (AABB) in 2D space.