Trait h3ron::ToPolygon[][src]

pub trait ToPolygon {
    fn to_polygon(&self) -> Polygon<f64>;
}

Required methods

Loading content...

Implementors

impl ToPolygon for Index[src]

fn to_polygon(&self) -> Polygon<f64>[src]

the polygon spanning the area of the index

Loading content...