approximate_signed_area

Function approximate_signed_area 

Source
pub fn approximate_signed_area<Iter>(tolerance: f32, path: Iter) -> f32
where Iter: IntoIterator<Item = PathEvent>,
Expand description

Compute the signed area of a path by summing the signed areas of its sub-paths.