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