[][src]Function pbrt::core::geometry::bnd3_union_bnd3

pub fn bnd3_union_bnd3<T>(b1: &Bounds3<T>, b2: &Bounds3<T>) -> Bounds3<T> where
    T: Float

Construct a new box that bounds the space encompassed by two other bounding boxes.