Trait rust_3d::traits::is_oc_tree::IsOcTree [] [src]

pub trait IsOcTree<P>: IsTree3D<P> where
    P: Is3D
{ fn collect(&self, maxdepth: i8) -> PointCloud3D<P>; }

IsOcTree is a trait used for OcTrees

Required Methods

Should return all positions up the given depth

Implementors