[][src]Function dinotree_alg::analyze::bbox_helper::into_direct

pub fn into_direct<'a, A: Axis, N: Num, T>(
    tree: &DinoTree<'a, A, BBox<N, &mut T>>,
    bots: &'a mut IntoDirectHelper<N, T>
) -> DinoTree<'a, A, BBox<N, T>>

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