cellToLocalIj method
@defgroup cellToLocalIj cellToLocalIj Functions for cellToLocalIj @{ / /** @brief Returns two dimensional coordinates for the given index
Implementation
int cellToLocalIj(
int origin,
int h3,
int mode,
ffi.Pointer<CoordIJ> out,
) {
return _cellToLocalIj(
origin,
h3,
mode,
out,
);
}