getIcosahedronFaces method

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

@brief Find all icosahedron faces intersected by a given H3 index

Implementation

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