maxFaceCount method
@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,
);
}