maxFaceCount method

int maxFaceCount(
  1. int h3,
  2. Pointer<Int> out
)

@defgroup getIcosahedronFaces getIcosahedronFaces Functions for getIcosahedronFaces @{ / /** @brief Max number of icosahedron faces intersected by an index

Implementation

int maxFaceCount(
  int h3,
  ffi.Pointer<ffi.Int> out,
) {
  return _maxFaceCount(
    h3,
    out,
  );
}