d2d ~master (2018-04-09T05:09:26Z)
Home
Dub
Repo
AxisAlignedBoundingBox.this
d2d
math
AxisAlignedBoundingBox
AxisAlignedBoundingBox
Creates an AABB from the same as the vector constructor, but as a varargs input
this
(
Vector
!(
T
,
dimensions
)
initialPoint
,
Vector
!(
T
,
dimensions
)
extent
)
this
(
T
[]
args
...)
class
AxisAlignedBoundingBox
(T, uint dimensions)
this
(
T
[]
args
...
)
this
(
AxisAlignedBoundingBox
!(
T
,
dimensions
)
toCopy
)
Meta
Source
See Implementation
d2d
math
AxisAlignedBoundingBox
AxisAlignedBoundingBox
constructors
this
functions
contains
properties
center
edges
topLeft
vertices
variables
extent
initialPoint
Creates an AABB from the same as the vector constructor, but as a varargs input