Creates an AABB from the initial point, and how much in each direction the box extends
Creates an AABB from the same as the vector constructor, but as a varargs input
Copy constructor for AABBs
Returns whether the box contains the given point
Gets the point that is the middle or center of the AABB
Gets all the edges of the AABB
Gives the AABB convenient 2d aliases
Gets all the vertices of the AABB
The extent in each direction the AABB extends from the initial point (eg.)
The initial or starting point of the AABB
A rectangle is a box in 2d space Because these rectangles are axis aligned, they don't have any rotation