Converts an axis-aligned bounding box (AABB) into an oriented bounding box (OBB) consisting of eight 3D corner positions.
The input AABB [minX, minY, minZ, maxX, maxY, maxZ].
[minX, minY, minZ, maxX, maxY, maxZ]
The output OBB array (defaults to a new OBB).
The computed OBB.
Converts an axis-aligned bounding box (AABB) into an oriented bounding box (OBB) consisting of eight 3D corner positions.