h3GetFaces method

void h3GetFaces(
  1. int h3,
  2. Pointer<Int32> out
)

Implementation

void h3GetFaces(
  int h3,
  ffi.Pointer<ffi.Int32> out,
) {
  return _h3GetFaces(
    h3,
    out,
  );
}