pub fn approximate_signed_area<Iter>(tolerance: f32, path: Iter) -> f32where
Iter: IntoIterator<Item = PathEvent>,Expand description
Compute the signed area of a path by summing the signed areas of its sub-paths.
pub fn approximate_signed_area<Iter>(tolerance: f32, path: Iter) -> f32where
Iter: IntoIterator<Item = PathEvent>,Compute the signed area of a path by summing the signed areas of its sub-paths.