phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Box.fromPoints
old_geometry
Box
Get Box Center. Constructs a Box enclosing
points
.
struct
Box
(E, uint D)
static
Box
fromPoints
(
in
Vector
!(
E
,
D
)[]
points
)
if
(
D
>= 1
)
Meta
Source
See Implementation
old_geometry
Box
aliases
area
hyperVolume
include
volume
constructors
this
functions
expand
properties
sides
sidesProduct
toString
static functions
fromPoints
variables
max
min
Get Box Center. Constructs a Box enclosing points.