Trait h3ron::ToLinkedPolygons[][src]

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

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

Required methods

Implementations on Foreign Types

Implementors