41 int h3cpp_get_order(
int nside);
42 h3c_ipix_t *
h3cpp_disk_ipix(h3c_coord_t ra, h3c_coord_t dec,
double radius,
int nside,
int *nresult,
int inclusive) ;
47 void h3cpp_pix2ang_nest(
long nside, h3c_ipix_t ipnest, h3c_coord_t *theta, h3c_coord_t *phi);
48 void h3cpp_ang2pix_nest(
long nside, h3c_coord_t theta, h3c_coord_t phi, h3c_ipix_t *ipnest);
49 void h3cpp_ring2nest(
long nside, h3c_ipix_t ipring, h3c_ipix_t *ipnest);