inmath ~master (2022-05-26T00:17:45.8140456)
Dub
Repo
AABBT.expand
inmath
aabb
AABBT
Expands the AABB, so that
v
is part of the AABB.
void
expand
(AABBT b)
void
expand
(vec v)
struct
AABBT
(type, uint dimension_ = 3)
@
safe
pure nothrow
void
expand
(
vec
v
)
Meta
Source
See Implementation
inmath
aabb
AABBT
aliases
at
dimension
vec
constructors
this
functions
expand
intersects
opEquals
toHash
properties
area
center
extent
halfExtent
vertices
static functions
fromPoints
variables
max
min
Expands the AABB, so that v is part of the AABB.