[][src]Type Definition pbrt::core::geometry::Bounds2i

type Bounds2i = Bounds2<i32>;

Trait Implementations

impl<'a> IntoIterator for &'a Bounds2i
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more