website/docs/library/terminology.md
The following are technical terms used by H3.
H3Index:
'8928308280fffff'H3IndexH3Index of mode 1 (hexagon or pentagon)Unsafe suffix;
these functions are paired with ones having a Safe suffix, meaning they can handle pentagons, but are slowerH3Index of mode 2gridDistance is the minimal number of edges in a graph path connecting two cells0H3Index representation of every H3 cellH3Index representation of resolution 0 cells
H3Index hexadecimal representation '8001fffffffffff'CellBoundary struct (previously GeoBoundary before v4.0)H3_NULL:
0 and guaranteed to never be a valid H3Index (even after any future H3 modes are added)H3IndexNaN in floating pointWe realize that "hex" or "hexagon" will still be used informally to refer to the concept of "cell" (As the development team, we do it ourselves!). This should be expected in casual, informal discussions of H3. However, when precision is required, we advise the use of strict technical terms like "index", "cell", "hexagon", "pentagon", etc. In the codebase and in the documentation, strictly correct terminology should always be used, as many functions and algorithms distinguish between hexagons and pentagons.