bettercmath ~master (2021-10-22T22:55:25.7546802)
Dub
Repo
BoundingBox.depth
bettercmath
box
BoundingBox
Set the depth of a BoundingBox, using
origin
as the pivot.
T
depth
[@property getter]
T
depth
[@property setter]
struct
BoundingBox
(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
@
property
static if
(
Dim >= 3
)
void
depth
(
const
T
value
)
if
(
Dim
> 0
)
Meta
Source
See Implementation
bettercmath
box
BoundingBox
aliases
ElementType
Point
Size
area
functions
abs
contains
inset
intersection
intersects
opCast
manifest constants
dimension
properties
center
depth
empty
end
height
surfaceArea
volume
width
variables
origin
size
Set the depth of a BoundingBox, using origin as the pivot.