Computes the smallest box containing an array of points.
def PointsBoundingBox( inPoints: list[Point2D], / ) -> outBoundingBox: Box