Computes the axis-aligned bounding box (AABB) enclosing a set of 3D points.
An array of 3D points [[x0, y0, z0], [x1, y1, z1], ...].
[[x0, y0, z0], [x1, y1, z1], ...]
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 a set of 3D points.