pub const PLANE_LEFT: usize = 0;Expand description
Index constant for the left frustum plane.
These match the extraction order used by
Frustum::from_view_projection and correspond to the array returned
by Frustum::planes.
pub const PLANE_LEFT: usize = 0;Index constant for the left frustum plane.
These match the extraction order used by
Frustum::from_view_projection and correspond to the array returned
by Frustum::planes.