Function build_polygon_segments
Source pub fn build_polygon_segments<P: GetXY>(
vector_polygons: &[Vec<Vec<P>>],
) -> Vec<Segment>
Expand description
Build all segments
§Parameters
vector_polygons: the collection of polygons
§Returns
The collection of segments