FrustumIntersection.OUTSIDE

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

struct FrustumIntersection
static immutable
int OUTSIDE;

Meta