Trait kdvtree::BoundingVolume
[−]
[src]
pub trait BoundingVolume {
type Point;
fn min_corner(&self) -> Self::Point;
fn max_corner(&self) -> Self::Point;
}