Calculates the axis-aligned bounding box for a set of 3D vertices.
An array of Vertex3d objects representing the points in 3D space.
Vertex3d
An object containing the minimum and maximum coordinates (min and max) of the bounding box, each with x, y, and z properties.
min
max
x
y
z
Calculates the axis-aligned bounding box for a set of 3D vertices.