FrustumIntersection.INSIDE

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

struct FrustumIntersection
static immutable
int INSIDE;

Meta