Go to the documentation of this file.
25 #define M_PI 3.14159265358979323846
30 #define M_PI_2 1.5707963267948966
34 #define M_2PI 6.28318530717958647692528676655900576839433
37 #define M_PI_180 0.0174532925199432957692369076848861271111
39 #define M_180_PI 57.29577951308232087679815481410517033240547
42 #define EPSILON 0.0000000000000001
44 #define M_SQRT3_2 0.8660254037844386467637231707529361834714
46 #define M_SIN60 M_SQRT3_2
51 #define M_AP7_ROT_RADS 0.333473172251832115336090755351601070065900389
54 #define M_SIN_AP7_ROT 0.3273268353539885718950318
57 #define M_COS_AP7_ROT 0.9449111825230680680167902
60 #define EARTH_RADIUS_KM 6371.007180918475
65 #define RES0_U_GNOMONIC 0.38196601125010500003
71 #define NUM_ICOSA_FACES 20
73 #define NUM_BASE_CELLS 122
75 #define NUM_HEX_VERTS 6
77 #define NUM_PENT_VERTS 5
79 #define NUM_PENTAGONS 12
82 #define H3_HEXAGON_MODE 1
83 #define H3_UNIEDGE_MODE 2
84 #define H3_EDGE_MODE 3
85 #define H3_VERTEX_MODE 4