Skip to main content

morphological_erosion

Function morphological_erosion 

Source
pub fn morphological_erosion(poly: &[Point2], radius: f64) -> Vec<Point2>
Expand description

Erode a polygon by radius (inward offset).