Skip to main content

ManagedVecOctree

Type Alias ManagedVecOctree 

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

Aliased Type§

pub struct ManagedVecOctree<T, S> { /* private fields */ }

Trait Implementations§

Source§

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>,

Source§

fn is_empty(&self) -> bool

Returns whether the collection is empty. Read more
Source§

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>,

Source§

fn len(&self) -> usize

Returns the length of the collection. Read more