Function S2CellId.fromFaceIJ

Returns a leaf cell given its cube face (range 0..5) and i- and j-coordinates (see s2coords.h).

static S2CellId fromFaceIJ (
  int face,
  int i,
  int j
);