gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Frustum.this
gfm
math
shapes
Frustum
Create a frustum from 6 planes.
struct
Frustum
(T)
@
nogc
pure nothrow
this
(
Plane
!
T
left
,
Plane
!
T
right
,
Plane
!
T
top
,
Plane
!
T
bottom
,
Plane
!
T
near
,
Plane
!
T
far
)
if
(
isFloatingPoint
!
T
)
Meta
Source
See Implementation
gfm
math
shapes
Frustum
constructors
this
enums
OUTSIDE
functions
contains
variables
BOTTOM
FAR
LEFT
NEAR
RIGHT
TOP
planes
Create a frustum from 6 planes.