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