pub fn raycast_path<Iter>(ray: &Ray, path: Iter, tolerance: f32) -> Option<Hit>
where Iter: Iterator<Item = PathEvent>,
Expand description

Find the closest collision between a ray and the path.