Trait kdvtree::DistanceBVBV[][src]

pub trait DistanceBVBV<BA, BB> {
    type Dist;
    fn bv_to_bv_distance(
        &mut self,
        bounding_volume_a: &BA,
        bounding_volume_b: &BB
    ) -> Self::Dist; }

Associated Types

Required Methods

Implementors