Frustum
constructor(p0: Plane = Plane(), p1: Plane = Plane(), p2: Plane = Plane(), p3: Plane = Plane(), p4: Plane = Plane(), p5: Plane = Plane())
Parameters
p0
The first plane that encloses the frustum.
p1
The second plane that encloses the frustum.
p2
The third plane that encloses the frustum.
p3
The fourth plane that encloses the frustum.
p4
The fifth plane that encloses the frustum.
p5
The sixth plane that encloses the frustum.