Searched refs:FRUSTUM_PLANES (Results 1 – 1 of 1) sorted by relevance
118 private static final int FRUSTUM_PLANES = 6; field in Camera1021 for (int planeCounter = FRUSTUM_PLANES; planeCounter >= 0; planeCounter--) { in contains()1025 int planeId = (planeCounter == FRUSTUM_PLANES) ? bound.getCheckPlane() : planeCounter; in contains()