Computes the axis-aligned bounding box (AABB) enclosing an oriented bounding box (OBB).
A flattened array of OBB corner points [x0, y0, z0, w0, x1, y1, z1, w1, ...].
[x0, y0, z0, w0, x1, y1, z1, w1, ...]
The output AABB [minX, minY, minZ, maxX, maxY, maxZ]. Defaults to a new AABB.
[minX, minY, minZ, maxX, maxY, maxZ]
The computed AABB.
Computes the axis-aligned bounding box (AABB) enclosing an oriented bounding box (OBB).