gfm ~master (2021-03-12T16:19:32Z)
Home
Dub
Repo
Frustum.contains
gfm
math
shapes
Frustum
Point vs frustum intersection.
bool
contains
(vec3!T point)
struct
Frustum
(T)
@
nogc
pure const nothrow
bool
contains
(
vec3
!
T
point
)
if
(
isFloatingPoint
!
T
)
int
contains
(Sphere!(T, 3) sphere)
int
contains
(box3!T box)
Meta
Source
See Implementation
gfm
math
shapes
Frustum
constructors
this
enums
OUTSIDE
functions
contains
variables
BOTTOM
FAR
LEFT
NEAR
RIGHT
TOP
planes
Point vs frustum intersection.