Trait h3ron::ToLinkedPolygons[][src]

pub trait ToLinkedPolygons {
    fn to_linked_polygons(&self, smoothen: bool) -> Vec<Polygon<f64>>;
}

join hexagon polygons to larger polygons where hexagons are touching each other

Required methods

fn to_linked_polygons(&self, smoothen: bool) -> Vec<Polygon<f64>>[src]

Loading content...

Implementations on Foreign Types

impl ToLinkedPolygons for Vec<Index>[src]

Loading content...

Implementors

Loading content...