Frustum constructor
Frustum()
Create a new frustum without initializing its bounds.
Implementation
Frustum()
: _plane0 = Plane(),
_plane1 = Plane(),
_plane2 = Plane(),
_plane3 = Plane(),
_plane4 = Plane(),
_plane5 = Plane();