Function dekink_polygons
Source pub fn dekink_polygons<P: FullXY>(
polygons: &[Vec<Vec<P>>],
) -> Option<(Vec<Vec<Vec<P>>>, BBox)>
Expand description
Given a collection of polygons, if any of the polygons are kinked, dekink them
§Parameters
polygons: the polygons are from either a VectorFeature, VectorPolygonGeometry, or raw VectorPolygon
§Returns
The dekinked polygons