pub fn path_winding_number_at_position<Iter>( point: &Point, path: Iter, tolerance: f32, ) -> i32where Iter: IntoIterator<Item = PathEvent>,
Compute the winding number of a given position with respect to the path.