Create a new AABB that encloses a obb.
obb
factory Aabb3.fromObb3(Obb3 obb) => Aabb3()..setObb3(obb);