liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Frustum.this
liberty
math
shapes
Frustum
Create a frustum from 6 planes.
struct
Frustum
(T)
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.