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
pub fn for_each_intersecting<'c, I, HB>(
ray: &Ray3D,
hbs: I,
f: &mut dyn FnMut(&Point3D, &'c mut HB),
)
Applies the function to each intersection candidate