Trait rtbvh::IntoPacketIndexIterator[][src]

pub trait IntoPacketIndexIterator<'a> {
    type RIterator: PacketIndexIterator<'a>;
    fn iter(&'a self, packet: &'a mut RayPacket4) -> Self::RIterator;
}

Associated Types

Required methods

Implementors