maxH3ToChildrenSize method

int maxH3ToChildrenSize(
  1. int h,
  2. int childRes
)

Implementation

int maxH3ToChildrenSize(
  int h,
  int childRes,
) {
  return _maxH3ToChildrenSize(
    h,
    childRes,
  );
}