Struct kdvtree::KdvTree[][src]

pub struct KdvTree<A, P, B, S> { /* fields omitted */ }

Methods

impl<A, P, B, S> KdvTree<A, P, B, S> where
    B: BoundingVolume<P>, 
[src]

Important traits for IntersectIter<'t, 's, A, P, SS, BS, SN, BN, CMF, CPF, CBF>

Important traits for NearestIter<'t, 's, A, P, S, B, SN, BN, D, CMF, CBF, DPF, DVF>

Important traits for Iter<'t, P, B, S>

Auto Trait Implementations

impl<A, P, B, S> Send for KdvTree<A, P, B, S> where
    A: Send,
    B: Send,
    P: Send,
    S: Send

impl<A, P, B, S> Sync for KdvTree<A, P, B, S> where
    A: Sync,
    B: Sync,
    P: Sync,
    S: Sync