Trait rtbvh::IntoRayIndexIterator[][src]

pub trait IntoRayIndexIterator<'a> {
    type RIterator: RayIndexIterator<'a>;
    fn iter(&'a self, ray: &'a mut Ray) -> Self::RIterator;
}

Associated Types

Required methods

Implementors