Type Definition Bounds2i
pbrt::core::geometry
type Bounds2i = Bounds2<i32>;
impl<'a> IntoIterator for &'a Bounds2i
type Item = Point2i
The type of the elements being iterated over.
type IntoIter = Bounds2Iterator<'a>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter
Creates an iterator from a value. Read more