Trait kdvtree::GetBoundingVolume[][src]

pub trait GetBoundingVolume<B, S> {
    fn bounding_volume(&self, shape: &S) -> B;
}

Required Methods

Implementors