path_winding_number_at_position

Function path_winding_number_at_position 

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

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