cellToCenterChild method

int cellToCenterChild(
  1. int h,
  2. int childRes,
  3. Pointer<H3Index> child
)

@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,
  );
}