Tests for intersection between a frustum and an axis-aligned 3D boundary.
The frustum to test.
The axis-aligned bounding box (AABB) represented as an array [minX, minY, minZ, maxX, maxY, maxZ].
[minX, minY, minZ, maxX, maxY, maxZ]
The intersection state: INSIDE, INTERSECT, or OUTSIDE.
INSIDE
INTERSECT
OUTSIDE
Tests for intersection between a frustum and an axis-aligned 3D boundary.