liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Box.contains
liberty
math
box
Box
* Returns true if it contains point
bool
contains
(BoundType point)
struct
Box
(T, int N)
const
bool
contains
(
BoundType
point
)
if
(
N
>= 1 &&
N
<= 3
)
bool
contains
(Box other)
Meta
Source
See Implementation
liberty
math
box
Box
aliases
BoundType
type
constructors
this
functions
contains
expand
getCenter
getDepth
getDistance
getHeight
getIntersection
getSize
getSquaredDistance
getVolume
getWidth
grow
intersects
isEmpty
isSorted
opAssign
opCast
opEquals
shrink
translate
manifest constants
dim
static functions
rectangle
variables
max
min
* Returns true if it contains point