[][src]Function lyon_algorithms::hit_test::path_winding_number_at_position

pub fn path_winding_number_at_position<Iter>(
    point: &Point,
    path: Iter,
    tolerance: f32
) -> i32 where
    Iter: Iterator<Item = PathEvent>, 

Compute the winding number of a given position with respect to the path.