When getting the vertices of an H3 cell using H3toGeoBoundary
, how many possible vertex configurations can the GeoBoundary
struct produce? I count four:
- 6 vertices: regular hexagon
- 5 vertices: regular pentagon
- 7 vertices: irregular hexagon (https://observablehq.com/@nrabinowitz/h3-index-inspector#85080013fffffff)
- 10 vertices: irregular pentagon (https://observablehq.com/@nrabinowitz/h3-index-inspector#85080003fffffff%0A%0A)
Is this list exhaustive or can other configurations exist? Would it also ever produce 0?