[][src]Function lyon_algorithms::raycast::raycast_path

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

Find the closest collision between a ray and the path.