Tests if a ray intersects the frustum, using a slab test over the planes. A ray that starts inside the frustum always intersects.
The frustum
Ray origin
Ray direction (need not be normalized)
True if the ray intersects the frustum
Tests if a ray intersects the frustum, using a slab test over the planes. A ray that starts inside the frustum always intersects.