Trait rfw::prelude::bvh::IntoPacketIndexIterator[]

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

Associated Types

Required methods

Implementors