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

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