ext/h3/src/src/h3lib/include/constants.h in h3-3.5.1 vs ext/h3/src/src/h3lib/include/constants.h in h3-3.6.0

- old
+ new

@@ -72,9 +72,11 @@ #define NUM_BASE_CELLS 122 /** The number of vertices in a hexagon */ #define NUM_HEX_VERTS 6 /** The number of vertices in a pentagon */ #define NUM_PENT_VERTS 5 +/** The number of pentagons per resolution **/ +#define NUM_PENTAGONS 12 /** H3 index modes */ #define H3_HEXAGON_MODE 1 #define H3_UNIEDGE_MODE 2