Function build_polygon_segments_ref
Source pub fn build_polygon_segments_ref<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