Trait rtbvh::RayIterator[][src]

pub trait RayIterator<'a, 'b, T: 'a + Primitive>: Iterator<Item = (&'a T, &'b mut Ray)> { }

Implementors