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

type Bounds2f = Bounds2<Float>;

2D bounding box type with Float members.

Trait Implementations

impl From<Bounds2<isize>> for Bounds2f[src]