Create a new AABB with a min and max.
min
max
Aabb2.minMax(Vector2 min, Vector2 max) : _min = Vector2.copy(min), _max = Vector2.copy(max);