[][src]Function dinotree_alg::build_helper::into_direct

pub fn into_direct<'a, A: AxisTrait, N: NumTrait, T>(
    tree: &DinoTree<A, NodeMut<BBoxMut<N, T>>>,
    bots: &'a mut IntoDirectHelper<N, T>
) -> DinoTree<A, NodeMut<'a, BBox<N, T>>>

Take a DinoTree of (Rect<N>,&mut T) and creates a new one of type (Rect<N>,T)