bettercmath ~master (2021-10-22T22:55:25.7546802)
Dub
Repo
BoundingBox.height
bettercmath
box
BoundingBox
Get the height of a BoundingBox, may be negative.
T
height
[@property getter]
struct
BoundingBox
(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
@
property
const
static if
(
Dim >= 2
)
T
height
(
)
if
(
Dim
> 0
)
T
height
[@property setter]
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
Get the height of a BoundingBox, may be negative.