FrustumIntersection.OUTSIDE

Return value of {@link #intersectSphere(Vector3d, double)} or {@link #intersectSphere(double, double, double, double)} indicating that the sphere is completely outside of the frustum.

struct FrustumIntersection
static immutable
int OUTSIDE;

Meta