Box.fromPoints

Get Box Center. Constructs a Box enclosing points.

struct Box(E, uint D)
static
fromPoints
(
in Vector!(E, D)[] points
)
if (
D >= 1
)

Meta