Creates an OBB from an axis-aligned bounding box (AABB). The resulting OBB will have the same center and extents as the AABB, with no rotation (identity orientation).
The OBB to store the result
The AABB (min and max corners)
out
Creates an OBB from an axis-aligned bounding box (AABB). The resulting OBB will have the same center and extents as the AABB, with no rotation (identity orientation).