FrustumIntersection.INSIDE

Return value of {@link #intersectAab(float, float, float, float, float, float) intersectAab()} and its different overloads indicating that the axis-aligned box is fully inside of the frustum.

struct FrustumIntersection
static immutable
int INSIDE;

Meta