Returns a BoundingBox with the given min and max points.
Returns the diagonal vector between the min and max vectors of the
given BoundingBox.
Returns a floating-point spatial error tolerance based on the extents of the box.
Construct a minimal bounding box for a set of vectors, such that all vectors are contained by the bounding box.
Checks if each component of the given bounding box is populated with a numeric component. A component is invalid if it contains a non-finite or NaN value.
Returns the distance between the min and max for the provided bounding box for each axis.
Combine two or more bounding boxes into a new minimal bounding box that contains both.
Returns the center point of the given
BoundingBox.