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>; }
Required Methods
fn collect(&self, maxdepth: i8) -> PointCloud3D<P>
Implementors
impl<P> IsOcTree<P> for OcTree<P> where P: IsEditable3D + IsBuildable3D + Clone