liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Frustum.this
liberty
math
shapes
Frustum
Create a frustum from 6 planes.
struct
Frustum
(T)
pure nothrow @
safe
@
nogc
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
liberty
math
shapes
Frustum
aliases
type
constructors
this
functions
contains
manifest constants
sideCount
vertexCount
variables
planes
Create a frustum from 6 planes.