Create a new AABB with min and max set to the origin.
Aabb2() : _min = Vector2.zero(), _max = Vector2.zero();