maxFaceCount method

int maxFaceCount(
  1. int h3
)

Implementation

int maxFaceCount(
  int h3,
) {
  return _maxFaceCount(
    h3,
  );
}