Function lyon_algorithms::hit_test::path_winding_number_at_position
source · pub fn path_winding_number_at_position<Iter>(
point: &Point,
path: Iter,
tolerance: f32
) -> i32
Expand description
Compute the winding number of a given position with respect to the path.