CircumscribedBall¶
The ball of minimal radius enclosing a set of points. Exact coordinates give an exact centre and radius:
Points inside the ball of the others do not enlarge it, so this is the smallest enclosing ball rather than a circumsphere through every point:
$ wo 'CircumscribedBall[{{0, 0, 0}, {1, 0, 0}, {0, 1, 0}, {0, 0, 1}}]'
Ball[{1/3, 1/3, 1/3}, Sqrt[2/3]]
Vertex-based regions are accepted as well, Rectangle and Cuboid
contributing all of their corners:
BoundingRegion[pts, "MinBall"] is the same ball; "FastBall" is the cheaper
circumball of the axis-aligned bounding box: