Trait kdvtree::BoundingVolumesCutter[][src]

pub trait BoundingVolumesCutter<A, P, B, S> {
    type Error;
    fn cut(
        &mut self,
        shape: &S,
        fragment: &B,
        cut_axis: &A,
        cut_point: &P
    ) -> Result<Option<(B, B)>, Self::Error>; }

Associated Types

Required Methods

Implementors