Given a collection of polygons, if any of the polygons are kinked, dekink them
NOTE: This algorithm assumes the ring order is correct. Outer rings must be counter-clockwise and inner rings must be clockwise
the polygons are from either a VectorFeature, VectorPolygonGeometry, or raw VectorPolygon
Given a collection of polygons, if any of the polygons are kinked, dekink them
NOTE: This algorithm assumes the ring order is correct. Outer rings must be counter-clockwise and inner rings must be clockwise