Optional
padding: number = 0optionally add padding around the box
an object where "min" and "max" are two points and "span" is the lengths. returns "undefined" if no points were provided.
Make an axis-aligned bounding box that encloses a set of points. the optional padding is used to make the bounding box inclusive / exclusive by adding padding on all sides, or inset in the case of negative number. (positive=inclusive boundary, negative=exclusive boundary)
an array of unsorted points, in any dimension