[][src]Type Definition simple_octree::ManagedVecOctree

type ManagedVecOctree<T, S> = ManagedOctree<Vec<T>, S>;

Trait Implementations

impl<T, S> Empty for ManagedVecOctree<T, S> where
    S: Default + Copy + One + Add<S, Output = S> + Sub<S, Output = S> + Div<S, Output = S>, 
[src]

impl<T, S> Len for ManagedVecOctree<T, S> where
    S: Default + Copy + One + Add<S, Output = S> + Sub<S, Output = S> + Div<S, Output = S>, 
[src]