gfm ~master (2021-03-12T16:19:32Z)
Home
Dub
Repo
Box.contains
gfm
math
box
Box
bool
contains
(bound_t point)
bool
contains
(T x, T y)
struct
Box
(T, int N)
@
nogc
pure const nothrow
static if
(
N >= 2
)
bool
contains
(
T
x
,
T
y
)
bool
contains
(T x, T y, T z)
bool
contains
(Box other)
Return Value
Type:
bool
true if it contains point
x
,
y
.
Meta
Source
See Implementation
gfm
math
box
Box
aliases
bound_t
constructors
this
functions
abs
contains
distance
expand
grow
intersection
intersects
isSorted
opAssign
opCast
opEquals
shrink
squaredDistance
translate
properties
center
depth
empty
height
size
volume
width
static functions
rectangle
variables
max
min