[][src]Type Definition embree::ray_packet::Hit4

type Hit4 = RTCHit4;

Implementations

impl Hit4[src]

pub fn new() -> Hit4[src]

pub fn any_hit(&self) -> bool[src]

pub fn hits<'a>(&'a self) -> impl Iterator<Item = bool> + 'a[src]

pub fn iter(&self) -> SoAHitIter<'_, Hit4>

Notable traits for SoAHitIter<'a, T>

impl<'a, T: SoAHit + 'a> Iterator for SoAHitIter<'a, T> type Item = SoAHitRef<'a, T>;
[src]

pub fn iter_hits<'a>(&'a self) -> impl Iterator<Item = SoAHitRef<'_, Hit4>> + 'a[src]

Trait Implementations

impl SoAHit for Hit4[src]