Function broccoli::assert::assert_raycast[][src]

pub fn assert_raycast<T: Aabb>(
    tree: &mut Tree<'_, T>,
    ray: Ray<T::Num>,
    rtrait: &mut impl RayCast<T = T, N = T::Num>
) where
    T::Num: Debug
Expand description

Panics if a disconnect is detected between tree and naive queries.