Function for_each_intersecting

Source
pub fn for_each_intersecting<'c, I, HB>(
    ray: &Ray3D,
    hbs: I,
    f: &mut dyn FnMut(&Point3D, &'c mut HB),
)
Expand description

Applies the function to each intersection candidate