s2js
    Preparing search index...

    Function childBegin

    • Returns the first child in a traversal of the children of this cell, in Hilbert curve order.

      for (let ci = c.childBegin(); ci != c.childEnd(); ci = ci.next()) {
          ...
      }
      

      Parameters

      • ci: bigint

      Returns bigint