cellToCenterChild method
@defgroup cellToCenterChild cellToCenterChild Functions for cellToCenterChild @{ / /** @brief returns the center child of the given cell at the specified resolution
Implementation
int cellToCenterChild(
int h,
int childRes,
ffi.Pointer<H3Index> child,
) {
return _cellToCenterChild(
h,
childRes,
child,
);
}