Trait mgf::BoundedBy [] [src]

pub trait BoundedBy<B: Bound> {
    fn bounds(&self) -> B;
}

Geometries that are bounded by a type may be inserted into a BVH tree.

Required Methods

Implementors