inmath ~master (2022-05-26T00:17:45.8140456)
Dub
Repo
AABBT.this
inmath
aabb
AABBT
Constructs the AABB.
struct
AABBT
(type, uint dimension_ = 3)
@
safe
pure nothrow
this
(
vec
min
,
vec
max
)
Parameters
min
vec
minimum of the AABB
max
vec
maximum of the AABB
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
Constructs the AABB.