Function lyon_algorithms::area::approximate_signed_area
source · pub fn approximate_signed_area<Iter>(tolerance: f32, path: Iter) -> f32
Expand description
Compute the signed area of a path by summing the signed areas of its sub-paths.