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