AABB
Axis-Aligned Bounding Box.
An AABB is a rectangle aligned to the coordinate axes that fully contains a shape or set of shapes. It's used for broad-phase collision detection and spatial queries.
Parameters
lower Bound
The lower vertex (minimum x, minimum y)
upper Bound
The upper vertex (maximum x, maximum y)